diff options
Diffstat (limited to 'k6-tests/run-k6-tests.sh')
-rwxr-xr-x | k6-tests/run-k6-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k6-tests/run-k6-tests.sh b/k6-tests/run-k6-tests.sh index 8c4048ba8c..74021ec28b 100755 --- a/k6-tests/run-k6-tests.sh +++ b/k6-tests/run-k6-tests.sh @@ -20,7 +20,7 @@ set -o nounset # Disallow expansion of unset variables set -o pipefail # Use last non-zero exit code in a pipeline #set -o xtrace # Uncomment for debugging -# default is empty string, which means performance tests +# Default test profile is kpi. testProfile=${1:-kpi} on_exit() { |