diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-18 14:44:49 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-19 00:04:14 +0300 |
commit | 64f8479097fa04c1b9e16646d203b78a43dbfd6b (patch) | |
tree | 15a90c2514362f86f5f9d34f1aa826f6fbb89126 /run_unittests.py | |
parent | ac6041e1107f97e156ff4314a31d909ce0c404ea (diff) | |
download | meson-64f8479097fa04c1b9e16646d203b78a43dbfd6b.zip meson-64f8479097fa04c1b9e16646d203b78a43dbfd6b.tar.gz meson-64f8479097fa04c1b9e16646d203b78a43dbfd6b.tar.bz2 |
In text, betterer grammer usings.
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 97bdad9..37b50c3 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -5459,7 +5459,7 @@ class FailureTests(BasePlatformTests): ''' tdir = os.path.join(self.unit_test_dir, '20 subproj dep variables') out = self.init(tdir, inprocess=True) - self.assertRegex(out, r"Subproject directory not found and .*nosubproj.wrap.* file not found") + self.assertRegex(out, r"Neither a subproject directory nor a .*nosubproj.wrap.* file was found") self.assertRegex(out, r'Function does not take positional arguments.') self.assertRegex(out, r'Dependency .*somenotfounddep.* from subproject .*subprojects/somesubproj.* found: .*NO.*') self.assertRegex(out, r'Dependency .*zlibproxy.* from subproject .*subprojects.*somesubproj.* found: .*YES.*') |