Skip to content

Commit

Permalink
Bug 1905128: Fix test-prow-e2e.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ido Rosenzwig <irosenzw@redhat.com>
  • Loading branch information
irosenzw committed Dec 24, 2020
1 parent a5011e5 commit cc5bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-prow-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export DBUS_SESSION_BUS_ADDRESS

SCENARIO="${1:-e2e}"

if [ "$SCENARIO" != "login" ] && [ "$SCENARIO" != "olmFull" ] && ["$SCENARIO" != "ceph"]; then
if [ "$SCENARIO" != "login" ] && [ "$SCENARIO" != "olmFull" ] && [ "$SCENARIO" != "ceph" ]; then
CHROME_VERSION=$(google-chrome --version) ./test-protractor.sh "$SCENARIO"
fi

Expand Down

0 comments on commit cc5bec1

Please sign in to comment.