We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db59932 commit 9b61c29Copy full SHA for 9b61c29
dotcom-rendering/scripts/perf/k6/k6-install.sh
@@ -18,11 +18,11 @@ if [[ $OS == "Linux" ]]; then
18
download $LINUX_FILE
19
tar -xvf $LINUX_FILE
20
rm $LINUX_FILE
21
- printf "\nto run a test:\n./k6-$VERSION-linux-arm64/k6 run k6.mjs\n"
+ printf "\n\n *** To run a test *** \n./k6-$VERSION-linux-arm64/k6 run k6.mjs\n\n"
22
elif [[ $OS == "Mac" ]]; then
23
MAC_FILE=k6-$VERSION-macos-arm64.zip
24
download $MAC_FILE
25
unzip $MAC_FILE
26
rm $MAC_FILE
27
- printf "\nto run a test:\n./k6-$VERSION-macos-arm64/k6 run k6.mjs\n"
+ printf "\n\n *** To run a test ***\n./k6-$VERSION-macos-arm64/k6 run k6.mjs\n\n"
28
fi
0 commit comments