Remove -quiet option on k6 run 17/140917/1
authoremaclee <lee.anjella.macabuhay@est.tech>
Mon, 19 May 2025 10:30:23 +0000 (11:30 +0100)
committerLee Anjella Macabuhay <lee.anjella.macabuhay@est.tech>
Tue, 20 May 2025 09:48:29 +0000 (09:48 +0000)
     - Removing -quiet option to unsuppressed the progress logs by k6

Issue-ID: CPS-2794
Change-Id: I5bd81b68cef41522433faba714f1427d5df05cbd
Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech>
k6-tests/ncmp/run-all-tests.sh

index 2122a25..780713e 100755 (executable)
@@ -22,7 +22,7 @@ testProfile=$1
 summaryFile="${testProfile}Summary.csv"
 echo "Running $testProfile performance tests..."
 
-k6 run ncmp-test-runner.js --quiet -e TEST_PROFILE="$testProfile"  > "$summaryFile" || ((number_of_failures++))
+k6 run ncmp-test-runner.js -e TEST_PROFILE="$testProfile"  > "$summaryFile" || ((number_of_failures++))
 
 if [ -f "$summaryFile" ]; then