From: garciadeblas Date: Thu, 26 Jun 2025 06:51:14 +0000 (+0200) Subject: Use legacy output when running tests to be compatible with Jenkins plugin X-Git-Tag: v18.0.0~16 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=abf7cadc9e5124071ba0876b44b90f44b7da6c46;p=osm%2Ftests.git Use legacy output when running tests to be compatible with Jenkins plugin Change-Id: I3dabf654a6bb20e1e49793cbd4fa830ffab21b16 Signed-off-by: garciadeblas --- diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 11c3e45..ad98d88 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -234,7 +234,7 @@ if [ "$RUN_CONFORMANCE_TESTS" = true ] ; then fi if [[ -n "${TEST}" ]]; then - robot -d ${ROBOT_DEVOPS_FOLDER}/reports --tagstatinclude "cluster_*" -i ${TEST} ${ROBOT_DEVOPS_FOLDER}/testsuite/ + robot --legacy-output -d ${ROBOT_DEVOPS_FOLDER}/reports --tagstatinclude "cluster_*" -i ${TEST} ${ROBOT_DEVOPS_FOLDER}/testsuite/ else echo "No test was provided. Exiting..." fi