diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-18 00:33:41 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-18 00:33:41 +0300 |
commit | 8d5c33f92f610bc401bc8e60574b787ddeb235eb (patch) | |
tree | a0911d5732b03bfd81cfe0ad091a6368f43316e8 /run_unittests.py | |
parent | 9790f2d500244047dedc7dd9f87b6471e0889be5 (diff) | |
download | meson-8d5c33f92f610bc401bc8e60574b787ddeb235eb.zip meson-8d5c33f92f610bc401bc8e60574b787ddeb235eb.tar.gz meson-8d5c33f92f610bc401bc8e60574b787ddeb235eb.tar.bz2 |
Renamed test dirs so numbers are sequential.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index a6be2e2..e0cd1ec 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1923,7 +1923,7 @@ int main(int argc, char **argv) { Test that identical targets in different subdirs do not collide if layout is flat. ''' - testdir = os.path.join(self.common_test_dir, '189 same target name flat layout') + testdir = os.path.join(self.common_test_dir, '192 same target name flat layout') self.init(testdir, extra_args=['--layout=flat']) self.build() |