diff --git a/run_tests.sh b/run_tests.sh index 5a76b514fd02..9872858b4261 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -149,7 +149,7 @@ function copy_subunit_log { function run_pep8 { echo "Running PEP8 and HACKING compliance check..." - bash tools/run_pep8.sh + bash -c "${wrapper} tools/run_pep8.sh" }