aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-04-18 00:33:41 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-04-18 00:33:41 +0300
commit8d5c33f92f610bc401bc8e60574b787ddeb235eb (patch)
treea0911d5732b03bfd81cfe0ad091a6368f43316e8 /run_unittests.py
parent9790f2d500244047dedc7dd9f87b6471e0889be5 (diff)
downloadmeson-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-xrun_unittests.py2
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()