We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d12f92 commit 2dc8d1dCopy full SHA for 2dc8d1d
run_unittests.py
@@ -2526,7 +2526,7 @@ def test_nopromote(self):
2526
testdir = os.path.join(self.common_test_dir, '98 subproject subdir')
2527
with self.assertRaises(subprocess.CalledProcessError) as cm:
2528
self.init(testdir, extra_args=['--wrap-mode=nopromote'])
2529
- self.assertIn('Dependency "subsub" not found', cm.exception.stdout)
+ self.assertIn('dependency subsub found: NO', cm.exception.stdout)
2530
2531
def test_force_fallback_for(self):
2532
testdir = os.path.join(self.unit_test_dir, '31 forcefallback')
0 commit comments