Commit ec4220b2 by Ben Patterson

Workaround for db locking issue.

parent a216886c
...@@ -51,7 +51,7 @@ case "$1" in ...@@ -51,7 +51,7 @@ case "$1" in
"lettuce") "lettuce")
# Run some of the lettuce acceptance tests # Run some of the lettuce acceptance tests
paver test_acceptance -s lms --extra_args="lms/djangoapps/courseware/features/problems.feature -s 1" paver test_acceptance -s lms --extra_args="lms/djangoapps/courseware/features/problems.feature -s 1"
paver test_acceptance -s cms --extra_args="cms/djangoapps/contentstore/features/html-editor.feature -s 1" paver test_acceptance -s cms --extra_args="cms/djangoapps/contentstore/features/html-editor.feature -s 1" --fasttest
;; ;;
"quality") "quality")
......
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