Always xunitmp since it's supported no matter the # of processes

This commit is contained in:
Ben Patterson
2016-10-26 12:43:46 -04:00
parent 56676e5711
commit 8aa132d44e

View File

@@ -168,18 +168,7 @@ case "$TEST_SUITE" in
cp -R $HOME/firefox/ firefox/
export SELENIUM_FIREFOX_PATH=firefox/firefox
case "$NUMBER_OF_BOKCHOY_THREADS" in
"1"|1)
XUNIT_ARG=" --with-xunit"
;;
*)
XUNIT_ARG=" --with-xunitmp"
;;
esac
PAVER_ARGS="-n $NUMBER_OF_BOKCHOY_THREADS --with-flaky $XUNIT_ARG"
PAVER_ARGS="-n $NUMBER_OF_BOKCHOY_THREADS --with-flaky --with-xunitmp"
case "$SHARD" in