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 9a344c1ffd..1210eb4d4e 100755 --- a/csit/run-csit.sh +++ b/csit/run-csit.sh @@ -213,7 +213,7 @@ python3 --version pip freeze python3 -m robot.run --version || : -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" |