Commit 99820509 by Calen Pennington Committed by GitHub

Merge pull request #14282 from edx/release

Merge Release into Master
parents 7be0d675 35337582
......@@ -162,6 +162,12 @@ 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
PAVER_ARGS="-n $NUMBER_OF_BOKCHOY_THREADS --with-flaky --with-xunit"
case "$SHARD" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment