aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-05-22 12:15:01 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-05-23 17:58:56 +0100
commit2dc8d1d6266dcdfaa90b8a885fdbe8deaeb890a5 (patch)
treea539edf0025dbfd5ae22b0e62720f216b229b7ea /run_unittests.py
parent3d12f928cf6e464aa9922c06e9f6c7bae8e901a5 (diff)
downloadmeson-2dc8d1d6266dcdfaa90b8a885fdbe8deaeb890a5.zip
meson-2dc8d1d6266dcdfaa90b8a885fdbe8deaeb890a5.tar.gz
meson-2dc8d1d6266dcdfaa90b8a885fdbe8deaeb890a5.tar.bz2
Fix text used to validate test output.
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 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')