Skip to content

Commit 5f7f124

Browse files
committed
python test driver: file results in test.result.log
... rather than test.result.out.
1 parent 909f81c commit 5f7f124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/drivers/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def run(self, previous_values, slot):
5151
errors = obj(wd)
5252

5353
if len(errors) > 0:
54-
self.result.out = "\n".join(errors)
54+
self.result.log = "\n".join(errors)
5555
status = TestStatus.FAIL
5656

5757
self.result.set_status(status)

0 commit comments

Comments
 (0)