aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 36ee986..36b7655 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -294,14 +294,14 @@ def run_test(skipped, testdir, extra_args, compiler, backend, flags, commands, s
mlog.shutdown() # Close the log file because otherwise Windows wets itself.
def pass_prefix_to_test(dirname):
- if '40 prefix' in dirname:
+ if '40 prefix absolute' in dirname:
return False
return True
def pass_libdir_to_test(dirname):
if '8 install' in dirname:
return False
- if '39 libdir' in dirname:
+ if '39 libdir must be inside prefix' in dirname:
return False
if '201 install_mode' in dirname:
return False