move golang tests to its own directory
this prepares for more test binaries.
This commit is contained in:
4
ci/test
4
ci/test
@@ -21,9 +21,9 @@ _test() {
|
||||
>&2 echo
|
||||
>&2 echo "Testing $name and looking for '$glob':"
|
||||
>&2 echo
|
||||
>&2 echo " bazel build $* //test:test"
|
||||
>&2 echo " bazel build $* //test/go:go"
|
||||
>&2 echo
|
||||
if _build_and_file "$@" //test:test | grep -q "$glob"; then
|
||||
if _build_and_file "$@" //test/go:go | grep -q "$glob"; then
|
||||
>&2 echo "OK $name"
|
||||
return 0
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user