Skip to content

Commit 93bef6e

Browse files
committed
Honor changed output in test
1 parent 32f1d4f commit 93bef6e

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)
@@ -3530,6 +3531,7 @@ def test_toy_build_trace(self):
35303531
self.assert_multi_regex(patterns, stdout)
35313532
expected_stdout = textwrap.dedent("""
35323533
== sanity checking...
3534+
>> loading modules: toy/0.0...
35333535
>> file 'bin/yot' or 'bin/toy' found: OK
35343536
>> (non-empty) directory 'bin' found: OK
35353537
>> loading modules: toy/0.0...

0 commit comments

Comments
 (0)