We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_args
1 parent 0d555ee commit 9229bdbCopy full SHA for 9229bdb
tests/scripts/run_toolchain_tests.sh
@@ -33,11 +33,13 @@ source "${scripts_dir}/bazel.sh"
33
"${bazel}" version
34
35
set -x
36
-test_args=()
+test_args=(
37
+ "--check_direct_dependencies=off"
38
+)
39
40
targets=(
41
"//toolchain/..."
42
)
43
-"${bazel}" ${TEST_MIGRATION:+"--strict"} --bazelrc=/dev/null --check_direct_dependencies=off test \
44
+"${bazel}" ${TEST_MIGRATION:+"--strict"} --bazelrc=/dev/null test \
45
"${common_test_args[@]}" "${test_args[@]}" "${targets[@]}"
0 commit comments