From c4e86140c19e9c5c5f95af02d8a1e442f76289fb Mon Sep 17 00:00:00 2001 From: Christina Roberts Date: Thu, 13 Dec 2012 09:26:46 -0500 Subject: [PATCH] Try running xmodule Jasmine tests on Jenkins (again!). --- jenkins/test_edge.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jenkins/test_edge.sh b/jenkins/test_edge.sh index 7b58b481f6..14c3bd5f26 100755 --- a/jenkins/test_edge.sh +++ b/jenkins/test_edge.sh @@ -23,6 +23,7 @@ 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_common/lib/xmodule || true rake coverage:xml coverage:html [ $TESTS_FAILED == '0' ]