From 2e5936f0f5a9d83f40ec5dd519a4a99fd8cdee1d Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 8 Jul 2016 09:48:51 -0400 Subject: [PATCH] [TE-1511] Make --with-xunit(mp)? and --xunit(mp)?-file match in all test suites --- scripts/generic-ci-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generic-ci-tests.sh b/scripts/generic-ci-tests.sh index dba3705b38..cc44f1e21f 100755 --- a/scripts/generic-ci-tests.sh +++ b/scripts/generic-ci-tests.sh @@ -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