aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 0b77a37..ad367b1 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -303,6 +303,8 @@ def pass_libdir_to_test(dirname):
return False
if '39 libdir' in dirname:
return False
+ if '201 install_mode' in dirname:
+ return False
return True
def _run_test(testdir, test_build_dir, install_dir, extra_args, compiler, backend, flags, commands, should_fail):