summaryrefslogtreecommitdiffstats
path: root/csit/run-csit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/run-csit.sh')
-rwxr-xr-xcsit/run-csit.sh2
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