Skip to content

Commit

Permalink
Merge acf570f into 5667a9a
Browse files Browse the repository at this point in the history
  • Loading branch information
lyager committed Aug 19, 2022
2 parents 5667a9a + acf570f commit 4f60e9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ def run_single_test(logger, project, reactor, reports_dir, test, output_test_nam
"test": name,
"test_file": test,
"time": test_time.get_millis(),
"success": True
"success": True,
"exception": None
}
if return_code != 0:
logger.error("Integration test failed: %s, exit code %d", test, return_code)
Expand Down

0 comments on commit 4f60e9e

Please sign in to comment.