quickSelfTest/RunUnitTests.st
changeset 544 9aede77e9c34
parent 543 fda58d35b323
child 545 3bf7132291da
--- a/quickSelfTest/RunUnitTests.st	Thu Mar 28 13:54:53 2019 +0100
+++ b/quickSelfTest/RunUnitTests.st	Thu Mar 28 13:58:53 2019 +0100
@@ -183,7 +183,7 @@
 	    |execTime status|
 
 	    execTime := result lastOutcome executionTimeDuration.
-	    status := result lastOutcome overallOutcome.
+	    status := result lastOutcome result.
 	    self logInfo:'   Status: %1 (exec. Time: %2)' with:status with:execTime.
 	]
 	debug:debug.