Skip to content

Commit 6d5732e

Browse files
authored
print test result
1 parent 6239baf commit 6d5732e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gha/desktop_tester.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def run(self):
122122
self.logs = e.output
123123
if result:
124124
self.logs = result.stdout
125+
logging.info("Test result: %s", self.logs)
125126
logging.info("Finished running %s", self.testapp_path)
126127

127128

0 commit comments

Comments
 (0)