Skip to content

Commit

Permalink
Debug failing Windows test.
Browse files Browse the repository at this point in the history
  • Loading branch information
katzdm committed Jan 8, 2019
1 parent 6207235 commit 76b1a45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/shell/bazel/bazel_rules_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ def Fib(n):
EOF

cat > module2/bez.py <<EOF
import sys
raise Exception("PACKAGE PATH: %s" % sys.path)
from remote.module_a import foo
from remote.module_b import bar
from module1 import fib
Expand Down

0 comments on commit 76b1a45

Please sign in to comment.