diff --git a/scripts/wk/std.py b/scripts/wk/std.py index 0c748c37..3257210d 100644 --- a/scripts/wk/std.py +++ b/scripts/wk/std.py @@ -725,6 +725,7 @@ def try_and_print( raise # Done + LOG.info('Result: %s', result_msg.strip()) return { 'Failed': bool(f_exception), 'Exception': f_exception,