Fail the Jenkins build when CMS Jasmine tests fail.

This commit is contained in:
Jay Zoldak
2012-12-19 11:32:55 -05:00
parent b19aa06540
commit e21c17ffeb

View File

@@ -22,7 +22,7 @@ rake test_lms[false] || TESTS_FAILED=1
rake test_common/lib/capa || TESTS_FAILED=1
rake test_common/lib/xmodule || TESTS_FAILED=1
rake phantomjs_jasmine_lms || true
rake phantomjs_jasmine_cms || true
rake phantomjs_jasmine_cms || TESTS_FAILED=1
rake phantomjs_jasmine_common/lib/xmodule || true
rake coverage:xml coverage:html