aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-07-27 14:52:47 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-07-31 19:17:49 +0300
commit2bc0f56b21a6dd327a6907c5fe27885b05db49d5 (patch)
tree5db21c59cc0884ab8b7a6b8ec96aa6397b40abc0 /run_project_tests.py
parent10a07ebf706c3a553e76a60d25d38eeb0372e257 (diff)
downloadmeson-2bc0f56b21a6dd327a6907c5fe27885b05db49d5.zip
meson-2bc0f56b21a6dd327a6907c5fe27885b05db49d5.tar.gz
meson-2bc0f56b21a6dd327a6907c5fe27885b05db49d5.tar.bz2
Write full directory name in files so script will change them.
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