Skip to content

Commit 95a147b

Browse files
committed
debug
1 parent f28d46c commit 95a147b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/bootstrap_impls/external_binary_test.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ set -euxo pipefail
33

44
mkdir external_binary
55
tar xf "tests/bootstrap_impls/external_binary.tar" -C external_binary
6+
env
7+
unset RUNFILES_DIR
8+
unset RUNFILES_MANIFEST
9+
unset PYTHON_RUNFILES
10+
unset JAVA_RUNFILES
11+
unset TEST_SRCDIR
12+
test -x external_binary/external_main
613
output="$(external_binary/external_main)"
714
test "$output" = "token"

0 commit comments

Comments
 (0)