diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-13 17:56:54 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-19 15:49:49 +0200 |
commit | 714ac85d220cf822491e50b6cd84385b3529178d (patch) | |
tree | c9ce542f3be6e778ab1bd473c819298221b178d9 /run_unittests.py | |
parent | eec87212273314b265b341abcc6c87f8c4c00dd8 (diff) | |
download | meson-714ac85d220cf822491e50b6cd84385b3529178d.zip meson-714ac85d220cf822491e50b6cd84385b3529178d.tar.gz meson-714ac85d220cf822491e50b6cd84385b3529178d.tar.bz2 |
Renamed test dir to avoid duplicated numbers.
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 f61544f..92bfc67 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -1702,7 +1702,7 @@ int main(int argc, char **argv) { self.build() def test_warning_location(self): - tdir = os.path.join(self.unit_test_dir, '20 warning location') + tdir = os.path.join(self.unit_test_dir, '21 warning location') out = self.init(tdir) for expected in [ r'WARNING: Keyword argument "link_with" defined multiple times in file meson.build, line 4', |