summaryrefslogtreecommitdiff
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index bf4350849..d7b6fa2c4 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -233,7 +233,6 @@ fi
if [ $just_pep8 -eq 1 ]; then
run_pep8
- ${wrapper} bash ./tools/config/check_uptodate.sh
exit
fi
@@ -264,6 +263,5 @@ run_tests
if [ -z "$testrargs" ]; then
if [ $no_pep8 -eq 0 ]; then
run_pep8
- ${wrapper} bash ./tools/config/check_uptodate.sh
fi
fi