aboutsummaryrefslogtreecommitdiff
path: root/run_format_tests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-10-26 19:23:20 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-10-27 17:43:03 +0300
commit3bbe66e971dfe84dcffa702c2673fb136da0a508 (patch)
treedfad22ea1a365b4584320a92f1aa592ef868e14d /run_format_tests.py
parentada6236f76f4fbce4313b48eeaf9d8485516fde8 (diff)
downloadmeson-3bbe66e971dfe84dcffa702c2673fb136da0a508.zip
meson-3bbe66e971dfe84dcffa702c2673fb136da0a508.tar.gz
meson-3bbe66e971dfe84dcffa702c2673fb136da0a508.tar.bz2
Condense test directories for RC1.
Diffstat (limited to 'run_format_tests.py')
-rw-r--r--run_format_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_format_tests.py b/run_format_tests.py
index 1bf997c..70fa121 100644
--- a/run_format_tests.py
+++ b/run_format_tests.py
@@ -63,7 +63,7 @@ def check_format() -> None:
'work area',
'.eggs', '_cache', # e.g. .mypy_cache
'venv', # virtualenvs have DOS line endings
- '118 rewrite', # we explicitly test for tab in meson.build file
+ '120 rewrite', # we explicitly test for tab in meson.build file
}
for (root, _, filenames) in os.walk('.'):
if any([x in root for x in skip_dirs]):