diff --git a/bp/src/Bluepill.m b/bp/src/Bluepill.m index c3a8bf6b..530b05d1 100644 --- a/bp/src/Bluepill.m +++ b/bp/src/Bluepill.m @@ -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"];