Skip to content

Commit e0ed600

Browse files
committed
Show more details when running under zsh.
1 parent 0076310 commit e0ed600

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/run_tests

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/sh
2-
31
#set -x
42

53
envdir="$1"
@@ -60,6 +58,7 @@ do
6058
echo " ZSH_VERSION=$ZSH_VERSION"
6159
echo " KSH_VERSION=$KSH_VERSION"
6260
echo " virtualenv=$(which virtualenv)"
61+
echo " ZSH=$ZSH_NAME $ZSH_EVAL_CONTEXT"
6362
echo
6463
SHUNIT_PARENT="$test_script"
6564
export SHUNIT_PARENT

0 commit comments

Comments
 (0)