Commit 0556cdaf by Ben Patterson

Merge pull request #1936 from edx/benp/fix-build-verification-apr2015

Update with latest changes on platform.
parents 417365a6 5472e7e6
...@@ -18,11 +18,12 @@ cd edx-platform-clone ...@@ -18,11 +18,12 @@ cd edx-platform-clone
# This will run all of the setup it usually runs, but none of the # This will run all of the setup it usually runs, but none of the
# tests because TEST_SUITE isn't defined. # tests because TEST_SUITE isn't defined.
source scripts/all-tests.sh source scripts/jenkins-common.sh
# Now we can run a subset of the tests via paver. # Now we can run a subset of the tests via paver.
# Run some of the common/lib unit tests # Run some of the common/lib unit tests
paver test_lib -t common/lib/xmodule/xmodule/tests/test_stringify.py # TODO: The following verification is waiting on a fix for SOL-570.
# paver test_lib -t common/lib/xmodule/xmodule/tests/test_stringify.py
# Generate some coverage reports # Generate some coverage reports
paver coverage paver coverage
......
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