From d20529784e3f089ef9f813818f8df10a88c1364d Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 5 Apr 2020 13:44:54 +0300 Subject: Rename test dir names with dircondenser.py. --- run_unittests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index 96ead5a..ecd277d 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3237,8 +3237,8 @@ int main(int argc, char **argv) { ('10 out of bounds', 'meson.build'), ('18 wrong plusassign', 'meson.build'), ('61 bad option argument', 'meson_options.txt'), - ('100 subdir parse error', os.path.join('subdir', 'meson.build')), - ('101 invalid option file', 'meson_options.txt'), + ('102 subdir parse error', os.path.join('subdir', 'meson.build')), + ('103 invalid option file', 'meson_options.txt'), ]: tdir = os.path.join(self.src_root, 'test cases', 'failing', t) -- cgit v1.1