Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 3b7643c

Browse files
authored
Simplify bazel test filtering. (#427)
1 parent 4a60079 commit 3b7643c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/build_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ du -sk $HOME/bazel-cache || true
3838
touch $HOME/start-time
3939

4040
bazel build $BAZEL_OPTIONS -k //...
41-
bazel test $BAZEL_OPTIONS -k $(bazel query "kind(test, //...) except attr('tags', 'manual|noci', //...)")
41+
bazel test $BAZEL_OPTIONS -k //... --test_tag_filters=-noci
4242

4343
set +e
4444
# Travis doesn't restore atime, so update mtime of files accessed during build.

0 commit comments

Comments
 (0)