X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=blobdiff_plain;f=robot-systest%2Frun_test.sh;fp=robot-systest%2Frun_test.sh;h=679245249343424ed46b2c44e00ea0175ebde4ad;hp=190889c23b25f71ac93453d115911092eaede5ac;hb=921c71b7ec5a1ffc06dfad0a040eccaf7a2883ea;hpb=5ea40e756c18c79f398a02b5cd907b5dce0974aa diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 190889c..6792452 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -233,7 +233,7 @@ if [[ -z "${TEST}" ]]; then fi if [[ -n "${TEST}" ]]; then - pabot --processes 2 -d ${ROBOT_DEVOPS_FOLDER}/reports -i ${TEST} ${ROBOT_DEVOPS_FOLDER}/testsuite/ + robot -d ${ROBOT_DEVOPS_FOLDER}/reports -i ${TEST} ${ROBOT_DEVOPS_FOLDER}/testsuite/ exit 0 else echo "Wrong test provided"