s/BenchmarkRunnerExecutor.st
changeset 152 ca3d03cb5499
parent 145 98ebd63b85c9
child 186 d444d8e7d29b
--- a/s/BenchmarkRunnerExecutor.st	Thu Aug 01 23:46:34 2013 +0100
+++ b/s/BenchmarkRunnerExecutor.st	Mon Aug 12 02:12:31 2013 +0100
@@ -79,13 +79,15 @@
 '.
     ] on: BenchmarkExecutionError do:[:ex|
         transcript nextPutAll:  '!!!!!! ERROR: '.
-        transcript nextPutLine: ex description.
+        transcript nextPutAll: ex description.
+        transcript nextPutAll:'
+'.
         ex pass.
         ^ self.
     ].
 
     "Created: / 27-07-2013 / 12:33:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 31-07-2013 / 01:18:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 12-08-2013 / 00:04:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 setUp:aBenchmarkInstance parameters: aCollection