summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 5a76b514f..9872858b4 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"
}