From 662c577951c6914c8d5f19767c046083863ee1fd Mon Sep 17 00:00:00 2001 From: Peter Baratta Date: Thu, 13 Jun 2013 11:35:06 -0400 Subject: [PATCH] Undo change to jenkins/test.sh in anticipation of merge Original change: SHA 58e98d This was resolved by merging in Cale's branch https://github.com/edx/edx-platform/pull/44 --- jenkins/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/jenkins/test.sh b/jenkins/test.sh index 127bf4fa1d..35be3a0121 100755 --- a/jenkins/test.sh +++ b/jenkins/test.sh @@ -77,7 +77,6 @@ rake test_cms || TESTS_FAILED=1 rake test_lms || TESTS_FAILED=1 rake test_common/lib/capa || TESTS_FAILED=1 rake test_common/lib/xmodule || TESTS_FAILED=1 -rake test_common/lib/calc || TESTS_FAILED=1 # Run the javascript unit tests rake phantomjs_jasmine_lms || TESTS_FAILED=1