Skip to content

Commit

Permalink
Fixing a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ravimandala committed Nov 16, 2023
1 parent 4a09e03 commit 9044647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bp/src/Bluepill.m
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ - (void)runnerCompletedWithContext:(BPExecutionContext *)context {
[context.parser cleanup];
}

// If the tests failed, save as much debugging info as we can.
// Save as much debugging info as possible, if the tests fail.
// TBD: Put this behind a flag
if (context.runner.exitStatus != BPExitStatusAllTestsPassed && _config.saveDiagnosticsOnError) {
[BPUtils printInfo:INFO withString:@"Saving Diagnostics for Debugging"];
Expand Down

0 comments on commit 9044647

Please sign in to comment.