aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaclee <lee.anjella.macabuhay@est.tech>2024-01-15 12:58:27 +0000
committeremaclee <lee.anjella.macabuhay@est.tech>2024-01-15 12:58:27 +0000
commitf66fb4f4a8fb85ce717e97ef660c21fc70dd98a8 (patch)
treebcd9f1c41c1a631b849f78fc887afe6314bbf037
parent970e54081e98a6da555d87f21eced6b14d075013 (diff)
Testing for jenkins plugin
Issue-ID: CPS-1953 Change-Id: I3ee12576e75449c90c789de32a50f9b8e8757ff7 Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
-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"