From c42409f77415e154aef72493db844b33b48a9fb9 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Tue, 22 Dec 2015 21:01:29 -0500 Subject: [PATCH] Use custom firefox path for bok-choy tests (firefox 42) This is a backwards-compatible window for this upgrade. It will later be replaced with using the default location (whatever's on PATH) --- scripts/generic-ci-tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/generic-ci-tests.sh b/scripts/generic-ci-tests.sh index b434480208..ce7022a392 100755 --- a/scripts/generic-ci-tests.sh +++ b/scripts/generic-ci-tests.sh @@ -158,6 +158,13 @@ case "$TEST_SUITE" in ;; "bok-choy") + + # Back compatibility support for firefox upgrade: + # Copy newer firefox version to project root, + # set that as the path for bok-choy to use. + cp -R $HOME/firefox/ firefox/ + export SELENIUM_FIREFOX_PATH=firefox/firefox + case "$SHARD" in "all")