From e69e387241d5ea46597965682a38adb6c12147b0 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Wed, 11 Oct 2023 13:51:24 +0100 Subject: [PATCH] Fix run-s3p-test.sh Add missing arg in script Issue-ID: POLICY-4853 Change-Id: I175f2ca3529ab881b07fdfcd1fb7b629b8747354 Signed-off-by: saul.gill --- testsuites/run-s3p-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index 9a4d044f0..cec230e30 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; + bash start-s3p-tests.sh run $ACM_PERF_TEST_FILE clamp; elif [ $2 == "stability" ] then - bash start-s3p-tests.sh run $ACM_STAB_TEST_FILE; + bash start-s3p-tests.sh run $ACM_STAB_TEST_FILE clamp; else echo "echo Invalid arguments provided. Usage: $0 [option..] {performance | stability}" fi -- 2.16.6