Skip to content

Commit

Permalink
Use /... package selector in all.bash
Browse files Browse the repository at this point in the history
Simplifies all.bash

Change-Id: I22f70a216b69859766165ed7c033d915ee4ad7bc
  • Loading branch information
keegancsmith committed Apr 18, 2018
1 parent b79bc35 commit bc4859a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions all.bash
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
#!/bin/sh
set -eux
for p in zoekt zoekt/query zoekt/build zoekt/gitindex zoekt/web ; do
go test github.com/google/$p
done

for p in zoekt zoekt-webserver zoekt-indexserver \
zoekt-index zoekt-git-index zoekt-repo-index zoekt-mirror-github \
zoekt-mirror-gitiles zoekt-mirror-gerrit zoekt-test; do
go install github.com/google/zoekt/cmd/$p
done
go test github.com/google/zoekt/...
go install github.com/google/zoekt/cmd/...

0 comments on commit bc4859a

Please sign in to comment.