diff options
Diffstat (limited to 'testsuites')
-rwxr-xr-x | testsuites/run-s3p-test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index af8d40ee2..8af1c9291 100755 --- a/testsuites/run-s3p-test.sh +++ b/testsuites/run-s3p-test.sh @@ -35,10 +35,10 @@ then if [ $2 == "performance" ] then - bash start-s3p-tests.sh run $DROOLS_PERF_TEST_FILE; + bash start-s3p-tests.sh run $DROOLS_PERF_TEST_FILE drools-applications; elif [ $2 == "stability" ] then - bash start-s3p-tests.sh run $DROOLS_STAB_TEST_FILE; + bash start-s3p-tests.sh run $DROOLS_STAB_TEST_FILE drools-applications; else echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}" fi |