Skip to content

Commit a3bba9c

Browse files
committed
wip
1 parent a30569d commit a3bba9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def layout(self):
3939
cmake_layout(self)
4040
4141
def source(self):
42-
print("source_called", flush=True)
42+
self.output.info("source_called")
4343
4444
def build(self):
4545
pass

0 commit comments

Comments
 (0)