Commit 0874d594 by Christine Lytwynec

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

parent ddb1ae66
......@@ -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
......
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