We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b94dbb commit 83eecfbCopy full SHA for 83eecfb
tests/run_tests
@@ -1,7 +1,7 @@
1
# -*- mode: shell-script -*-
2
#set -x
3
4
-envdir="$1"
+envdir="$(cd $1 && pwd)"
5
shift
6
scripts="$*"
7
if [ -z "$scripts" ]
0 commit comments