Skip to content

Commit b06f9a6

Browse files
committed
No switching directories for the new test
1 parent e6b1bdf commit b06f9a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/scripts/run_toolchain_tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ scripts_dir="$(dirname "${BASH_SOURCE[0]}")"
3232
source "${scripts_dir}/bazel.sh"
3333
"${bazel}" version
3434

35-
cd "${scripts_dir}"
36-
3735
set -x
3836
test_args=()
3937

4038
targets=(
4139
"//toolchain/..."
4240
)
4341

44-
"${bazel}" ${TEST_MIGRATION:+"--strict"} --bazelrc=/dev/null test \
42+
"${bazel}" ${TEST_MIGRATION:+"--strict"} --bazelrc=/dev/null --check_direct_dependencies=off test \
4543
"${common_test_args[@]}" "${test_args[@]}" "${targets[@]}"

0 commit comments

Comments
 (0)