aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts/run_tests.sh')
-rwxr-xr-xdevscripts/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/run_tests.sh b/devscripts/run_tests.sh
index c9a75ba00..e9904ae35 100755
--- a/devscripts/run_tests.sh
+++ b/devscripts/run_tests.sh
@@ -11,4 +11,4 @@ else
exit 1
fi
-python3 -m pytest "$test_set"
+python3 -bb -Werror -m pytest "$test_set"