Skip to content

Commit 94db369

Browse files
chore: update scripts/run_tests to support additional arguments (#2105)
1 parent 9f99149 commit 94db369

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/run_tests

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ bazel build @npm//tslint/bin:tslint && bazel-bin/external/npm/tslint/bin/tslint.
88
# Run unit tests
99
bazel test ... \
1010
--test_tag_filters=-integration \
11-
--build_tests_only
11+
--build_tests_only \
12+
"$@"

0 commit comments

Comments
 (0)