reports/report-runner.st
branchjv
changeset 326 113031dfa759
parent 189 bd2bed33aba7
child 533 1bed627ec135
--- a/reports/report-runner.st	Thu Feb 23 13:36:24 2017 +0000
+++ b/reports/report-runner.st	Sat Mar 11 21:41:58 2017 +0000
@@ -38,4 +38,9 @@
     ].
 ].
 
-(Smalltalk at:#'Builder::ReportRunner') start.
+"/ Due to some bug in ProcessorScheduler, we need to set 
+"/ exitWhenNoMoreUserProcesses to prevent process dispatcher
+"/ to exit prematurely. 
+Processor exitWhenNoMoreUserProcesses: false.
+
+(Smalltalk at:#'Builder::ReportRunner') start.
\ No newline at end of file