From abf7cadc9e5124071ba0876b44b90f44b7da6c46 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 26 Jun 2025 08:51:14 +0200 Subject: [PATCH] Use legacy output when running tests to be compatible with Jenkins plugin Change-Id: I3dabf654a6bb20e1e49793cbd4fa830ffab21b16 Signed-off-by: garciadeblas --- robot-systest/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1