aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-08-04 00:02:29 +0300
committerGitHub <noreply@github.com>2018-08-04 00:02:29 +0300
commit867af1264fd30fbc123347f3667fcb68495931a7 (patch)
treeac6e309cfcaf3f6434961fa2520e8cf8b2fbfc48 /run_project_tests.py
parentecf4024592a438387bc0cf694f6971715d7f5059 (diff)
parent17bfbb99e5897ac759aca42d3ee375ebb33bd087 (diff)
downloadmeson-867af1264fd30fbc123347f3667fcb68495931a7.zip
meson-867af1264fd30fbc123347f3667fcb68495931a7.tar.gz
meson-867af1264fd30fbc123347f3667fcb68495931a7.tar.bz2
Merge pull request #3945 from mesonbuild/dircondenser
Condense directory names with script.
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/run_project_tests.py b/run_project_tests.py
index 36ee986..1385a78 100755
--- a/run_project_tests.py
+++ b/run_project_tests.py
@@ -294,16 +294,16 @@ 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 '39 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 '38 libdir must be inside prefix' in dirname:
return False
- if '201 install_mode' in dirname:
+ if '199 install_mode' in dirname:
return False
return True