Commit 40529971 by Will Daly

Disabled color output from lettuce tests in the Jenkins logs

parent b3e95977
......@@ -38,7 +38,8 @@ TESTS_FAILED=0
export DISPLAY=:1
# Run the lms and cms acceptance tests
rake test_acceptance_lms || TESTS_FAILED=1
rake test_acceptance_cms || TESTS_FAILED=1
# (the -v flag turns off color in the output)
rake test_acceptance_lms["-v 3"] || TESTS_FAILED=1
rake test_acceptance_cms["-v 3"] || TESTS_FAILED=1
[ $TESTS_FAILED == '0' ]
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