diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-18 23:58:49 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-18 23:58:49 +0300 |
commit | 1521e11e1d50b3c46260f3d3457d27fb51a2279a (patch) | |
tree | ed17817547da3e20c5c3080075c8924c24f6b3f9 /run_project_tests.py | |
parent | 42e7412a64f596ff347887dd8cc2544a56111fbc (diff) | |
download | meson-condense.tar.gz |
Condense test dirs.condense
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index e390aaf86..a74037bfb 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -303,7 +303,7 @@ def pass_libdir_to_test(dirname): return False if '38 libdir must be inside prefix' in dirname: return False - if '199 install_mode' in dirname: + if '196 install_mode' in dirname: return False return True |