Commit 2e5936f0 by Calen Pennington

[TE-1511] Make --with-xunit(mp)? and --xunit(mp)?-file match in all test suites

parent bb9a6283
......@@ -132,7 +132,7 @@ case "$TEST_SUITE" in
;;
"commonlib-unit")
paver test_lib --with-flaky --cov-args="-p" -v --with-xunitmp
paver test_lib --with-flaky --cov-args="-p" -v --with-xunit
;;
"js-unit")
......@@ -174,7 +174,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-xunitmp"
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