update all-tests.sh to run cms unit tests as separate shard

This commit is contained in:
Christine Lytwynec
2015-04-30 13:54:10 -04:00
parent ddb1ae667e
commit 0874d5943d

View File

@@ -110,8 +110,12 @@ END
exit $EXIT
;;
"other-unit")
"cms-unit")
paver test_system -s cms --extra_args="--with-flaky" --cov_args="-p" || { EXIT=1; }
exit $EXIT
;;
"commonlib-js-unit")
paver test_js --coverage --skip_clean || { EXIT=1; }
paver test_lib --skip_clean --extra_args="--with-flaky" --cov_args="-p" || { EXIT=1; }
exit $EXIT