From babdc373f453258794b29ab6f872d0c20b59d471 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Fri, 20 Oct 2023 12:06:52 +0100 Subject: Fix stability and performance tests Issue-ID: POLICY-4840 Change-Id: I88bdb3945beaaef79a10f652ce0e9f974c6168ef Signed-off-by: saul.gill --- testsuites/run-s3p-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/run-s3p-test.sh') diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index cec230e30..9a4d044f0 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 $ACM_PERF_TEST_FILE clamp; + bash start-s3p-tests.sh run $ACM_PERF_TEST_FILE; elif [ $2 == "stability" ] then - bash start-s3p-tests.sh run $ACM_STAB_TEST_FILE clamp; + bash start-s3p-tests.sh run $ACM_STAB_TEST_FILE; else echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}" fi -- cgit 1.2.3-korg