diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/csit/plans/integration/functionality1/testplan.txt | 1 | ||||
-rwxr-xr-x | test/csit/run-csit.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/csit/plans/integration/functionality1/testplan.txt b/test/csit/plans/integration/functionality1/testplan.txt index 7a29ca53d..9221b4751 100644 --- a/test/csit/plans/integration/functionality1/testplan.txt +++ b/test/csit/plans/integration/functionality1/testplan.txt @@ -1,4 +1,5 @@ # Test suites are relative paths under [integration.git]/test/csit/tests/. # Place the suites in run order. +# Temporary change to trigger verify job. integration/suite1 integration/suite2 diff --git a/test/csit/run-csit.sh b/test/csit/run-csit.sh index a048a0d69..40cd9ee6d 100755 --- a/test/csit/run-csit.sh +++ b/test/csit/run-csit.sh @@ -152,7 +152,7 @@ SUITES=$( xargs -a testplan.txt ) echo ROBOT_VARIABLES=${ROBOT_VARIABLES} echo "Starting Robot test suites ${SUITES} ..." set +e -pybot -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES} +python -m robot.run -N ${TESTPLAN} -v WORKSPACE:/tmp ${ROBOT_VARIABLES} ${TESTOPTIONS} ${SUITES} RESULT=$? set -e echo "RESULT: " $RESULT |