aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6f5142c91..0981fc6ed 100755
--- a/csit/run-csit.sh
+++ b/csit/run-csit.sh
@@ -145,7 +145,7 @@ function run_test_plan() {
cat ${testplan}.txt
SUITES=$( xargs -a ${testplan}.txt )
- python3 -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES}
+ python3 -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp --legacy-output ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES}
RESULT=$?
load_set
echo "RESULT: $RESULT"