From 2dc8d1d6266dcdfaa90b8a885fdbe8deaeb890a5 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 22 May 2021 12:15:01 +0300 Subject: Fix text used to validate test output. --- 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 ebecad1..0b18ef5 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2526,7 +2526,7 @@ class AllPlatformTests(BasePlatformTests): testdir = os.path.join(self.common_test_dir, '98 subproject subdir') with self.assertRaises(subprocess.CalledProcessError) as cm: self.init(testdir, extra_args=['--wrap-mode=nopromote']) - self.assertIn('Dependency "subsub" not found', cm.exception.stdout) + self.assertIn('dependency subsub found: NO', cm.exception.stdout) def test_force_fallback_for(self): testdir = os.path.join(self.unit_test_dir, '31 forcefallback') -- cgit v1.1