summaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-08-18 23:58:49 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-08-18 23:58:49 +0300
commit1521e11e1d50b3c46260f3d3457d27fb51a2279a (patch)
treeed17817547da3e20c5c3080075c8924c24f6b3f9 /run_project_tests.py
parent42e7412a64f596ff347887dd8cc2544a56111fbc (diff)
downloadmeson-condense.tar.gz
Condense test dirs.condense
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py2
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