Commit 48529c30 by Jeff LaJoie

adds debug flag for nosetests

parent 4abd0ef8
......@@ -53,4 +53,4 @@ if [[ "${test_name}" = "accessibility" ]]; then
fi
echo "Running acceptance tests from ${test_name}.py against the sandbox..."
nosetests ../acceptance/${test_name}.py --with-xunit --xunit-file=../acceptance/xunit-${test_name}.xml
nosetests ../acceptance/${test_name}.py --debug --with-xunit --xunit-file=../acceptance/xunit-${test_name}.xml
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