Index: pkg/scheduled_test/lib/scheduled_process.dart |
diff --git a/pkg/scheduled_test/lib/scheduled_process.dart b/pkg/scheduled_test/lib/scheduled_process.dart |
index c99cf06ddf6729877564a6f6970418924eea3771..5711dd3eb95ae311051c2bca52f331ebedef231c 100644 |
--- a/pkg/scheduled_test/lib/scheduled_process.dart |
+++ b/pkg/scheduled_test/lib/scheduled_process.dart |
@@ -204,6 +204,7 @@ class ScheduledProcess { |
/// Schedule an exception handler that will clean up the process and provide |
/// debug information if an error occurs. |
void _scheduleExceptionCleanup() { |
+ if (description == "pub get") return; |
Bob Nystrom
2014/08/20 23:50:23
You should check this in and immediately wipe it f
|
currentSchedule.onException.schedule(() { |
_stdoutCanceller(); |
_stderrCanceller(); |