aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2024-03-03 22:05:33 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2024-03-03 23:33:15 +0200
commitac1d0aea582b225869732f53108754af2ccde7e1 (patch)
treefd4d0365f759846b87e0d012af03512f54bb1ce3 /unittests
parent4d1bfd0939105d244f974974d52e73c46de0ab53 (diff)
downloadmeson-ac1d0aea582b225869732f53108754af2ccde7e1.zip
meson-ac1d0aea582b225869732f53108754af2ccde7e1.tar.gz
meson-ac1d0aea582b225869732f53108754af2ccde7e1.tar.bz2
Condense test dirs for rc2.
Diffstat (limited to 'unittests')
-rw-r--r--unittests/allplatformstests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py
index 1064e6a..2475b17 100644
--- a/unittests/allplatformstests.py
+++ b/unittests/allplatformstests.py
@@ -2317,9 +2317,9 @@ class AllPlatformTests(BasePlatformTests):
for (t, f) in [
('10 out of bounds', 'meson.build'),
('18 wrong plusassign', 'meson.build'),
- ('57 bad option argument', 'meson_options.txt'),
- ('95 subdir parse error', os.path.join('subdir', 'meson.build')),
- ('96 invalid option file', 'meson_options.txt'),
+ ('56 bad option argument', 'meson_options.txt'),
+ ('94 subdir parse error', os.path.join('subdir', 'meson.build')),
+ ('95 invalid option file', 'meson_options.txt'),
]:
tdir = os.path.join(self.src_root, 'test cases', 'failing', t)