Skip to content

Commit 2abee57

Browse files
committed
DEBUG
1 parent cb7994a commit 2abee57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/bootstrap_impls/external_binary_test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ set -euxo pipefail
44
tmpdir="${TEST_TMPDIR}/external_binary"
55
mkdir -p "${tmpdir}"
66
tar xf "tests/bootstrap_impls/external_binary.tar" -C "${tmpdir}"
7+
unset RUNFILES_DIR
8+
unset RUNFILES_MANIFEST
9+
unset PYTHON_RUNFILES
10+
unset JAVA_RUNFILES
11+
unset TEST_SRCDIR
712
test -x "${tmpdir}/external_main"
813
output="$("${tmpdir}/external_main")"
914
test "$output" = "token"

0 commit comments

Comments
 (0)