- 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>
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