Skip to content

Commit 8d3c106

Browse files
committed
Honor changed output in test
1 parent 1d33449 commit 8d3c106

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/framework/toy_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,6 +2741,7 @@ def test_toy_build_enhanced_sanity_check(self):
27412741

27422742
expected_out = textwrap.dedent("""
27432743
== sanity checking...
2744+
>> loading modules: toy/0.0...
27442745
>> file 'bin/toy' found: OK
27452746
""")
27462747
self.assertIn(expected_out, stdout)
@@ -3575,6 +3576,7 @@ def test_toy_build_trace(self):
35753576
self.assert_multi_regex(patterns, stdout)
35763577
expected_stdout = textwrap.dedent("""
35773578
== sanity checking...
3579+
>> loading modules: toy/0.0...
35783580
>> file 'bin/yot' or 'bin/toy' found: OK
35793581
>> (non-empty) directory 'bin' found: OK
35803582
>> loading modules: toy/0.0...

0 commit comments

Comments
 (0)