Commit 3b75bbdc by Calen Pennington

Actually run cms tests on cms master

parent c917725f
...@@ -32,14 +32,12 @@ yes w | pip install -q -r requirements.txt ...@@ -32,14 +32,12 @@ yes w | pip install -q -r requirements.txt
rake clobber rake clobber
TESTS_FAILED=0 TESTS_FAILED=0
# Don't run the studio tests until feature/cale/cms-master is merged in rake test_cms[false] || TESTS_FAILED=1
# rake test_cms[false] || TESTS_FAILED=1
rake test_lms[false] || TESTS_FAILED=1 rake test_lms[false] || TESTS_FAILED=1
rake test_common/lib/capa || TESTS_FAILED=1 rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || TESTS_FAILED=1 rake test_common/lib/xmodule || TESTS_FAILED=1
rake phantomjs_jasmine_lms || true rake phantomjs_jasmine_lms || true
# Don't run the studio tests until feature/cale/cms-master is merged in rake phantomjs_jasmine_cms || true
# rake phantomjs_jasmine_cms || true
rake coverage:xml coverage:html rake coverage:xml coverage:html
[ $TESTS_FAILED == '0' ] [ $TESTS_FAILED == '0' ]
......
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