Fix text used to validate test output.

pull/8794/head
Jussi Pakkanen 4 years ago
parent 3d12f928cf
commit 2dc8d1d626
  1. 2
      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')

Loading…
Cancel
Save