From 64f8479097fa04c1b9e16646d203b78a43dbfd6b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 18 Oct 2020 14:44:49 +0300 Subject: In text, betterer grammer usings. --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') 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.*') -- cgit v1.1