diff options
Diffstat (limited to 'csit/run-csit.sh')
-rwxr-xr-x | csit/run-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/run-csit.sh b/csit/run-csit.sh index fcbcbe1..19dfcce 100755 --- a/csit/run-csit.sh +++ b/csit/run-csit.sh @@ -128,7 +128,7 @@ then fi if [ -z "$WORKSPACE" ]; then - export WORKSPACE=$(git rev-parse --show-toplevel) + export WORKSPACE=$(git rev-parse --show-toplevel)/csit fi if [ -f "${WORKSPACE}/${1}/testplan.txt" ]; then |