From 516c3f71f626df6e4200cc2d8e2c9fea5d6455a9 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Wed, 26 May 2021 19:38:32 +0300 Subject: Fix exit code, support individual suite execution Issue-ID: DCAEGEN2-2796 Signed-off-by: Lasse Kaihlavirta Change-Id: I1d4afacc6a125300495404e6734fc105ca1720c3 --- csit/run-csit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/run-csit.sh') 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 -- cgit 1.2.3-korg