Skip to content

Commit

Permalink
quote condition test-gui.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Padgett <spadgett@redhat.com>
  • Loading branch information
rhrazdil and spadgett committed Jul 3, 2020
1 parent fe3807f commit 865a3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -exuo pipefail
cd frontend

yarn install
if [ $BRIDGE_E2E_BROWSER_NAME == 'firefox' ]; then
if [ "${BRIDGE_E2E_BROWSER_NAME-}" == 'firefox' ]; then
yarn run webdriver-update
else
if [ -n "${CHROME_VERSION-}" ]; then
Expand Down

0 comments on commit 865a3a8

Please sign in to comment.