diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index 9d3a7f4e2a..5d469dfb90 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -27,4 +27,4 @@ display_result $? 1 "Code style check" # https://docs.pytest.org/en/stable/reference/customize.html params="-rfe --disable-pytest-warnings --cov=app --cov-report=term-missing --junitxml=test_results.xml -q" pytest ${params} -n auto -m "not serial" tests/ && pytest ${params} -m "serial" tests/ -display_result $? 2 "Unit tests" \ No newline at end of file +display_result $? 2 "Unit tests"