diff options
author | 2025-01-23 11:26:03 +0000 | |
---|---|---|
committer | 2025-01-23 11:26:09 +0000 | |
commit | eb93f6ed4377ab8e13f4995799b640b044047e9b (patch) | |
tree | 9f51e6f8d6710e726e0b9653723dd2f32863df8d /testsuites | |
parent | d067300ced35d2dfb3d84059600e0f5209de2538 (diff) |
Fix S3P script
Issue-ID: POLICY-5152
Change-Id: Ie17686eb61521c468d325989c7914d3c99e50dbd
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'testsuites')
-rwxr-xr-x | testsuites/run-s3p-test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/run-s3p-test.sh b/testsuites/run-s3p-test.sh index 9e9e86547..4dd66da31 100755 --- a/testsuites/run-s3p-test.sh +++ b/testsuites/run-s3p-test.sh @@ -61,3 +61,4 @@ case $1 in echo "Invalid arguments provided. Usage: $0 {performance | stability | clean}" exit 1 ;; +esac |