Commit e51afc9e by Ben Patterson Committed by GitHub

Merge pull request #13814 from edx/benp/fix-bok-choy-mp

Bug fix: collect test results when running in multiprocess mode.
parents f1ad94bd 8aa132d4
......@@ -168,7 +168,7 @@ case "$TEST_SUITE" in
cp -R $HOME/firefox/ firefox/
export SELENIUM_FIREFOX_PATH=firefox/firefox
PAVER_ARGS="-n $NUMBER_OF_BOKCHOY_THREADS --with-flaky --with-xunit"
PAVER_ARGS="-n $NUMBER_OF_BOKCHOY_THREADS --with-flaky --with-xunitmp"
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