diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index d8d6b5a39..0cad292ee 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -35,5 +35,5 @@ npm test display_result $? 2 "Front end code style check" ## Code coverage -py.test -n4 --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict +py.test -n4 -x --cov=app --cov-report=term-missing tests/ --junitxml=test_results.xml --strict display_result $? 3 "Code coverage"