From b528d4981f26f2f3aa3b1f563c965b600977ffa4 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 11 Feb 2023 18:59:11 -0800 Subject: [PATCH] Linter warnings --- test/automated/screenshots/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/automated/screenshots/run.sh b/test/automated/screenshots/run.sh index ea627c76e..767655327 100755 --- a/test/automated/screenshots/run.sh +++ b/test/automated/screenshots/run.sh @@ -9,7 +9,7 @@ mkdir -p ./screenshots curl -o ./BrowserStackLocal-linux-x64.zip https://www.browserstack.com/browserstack-local/BrowserStackLocal-linux-x64.zip unzip -o ./BrowserStackLocal-linux-x64.zip -./BrowserStackLocal --key $BROWSERSTACK_KEY & +./BrowserStackLocal --key "$BROWSERSTACK_KEY" & finish() { killall BrowserStackLocal @@ -33,7 +33,7 @@ sleep 20 FILE_SUFFIX="online" node index.js SCREENSHOTS="$(pwd)/screenshots" -echo $SCREENSHOTS +echo "$SCREENSHOTS" # Change to the root directory of the repository cd "$(git rev-parse --show-toplevel)"