diff -r 03cc7adb2ea8 -r 157d89980697 quickSelfTest/RunUnitTests.st --- a/quickSelfTest/RunUnitTests.st Wed Oct 11 14:41:35 2017 +0200 +++ b/quickSelfTest/RunUnitTests.st Wed Oct 11 14:51:18 2017 +0200 @@ -59,7 +59,7 @@ index := cmdArgs indexOf:'--resultFile'. index > 0 ifTrue:[ resultFilePathName := cmdArgs at:index + 1. - self logInfo:'load settings file: ', resultFilePathName printString. + self logInfo:'set custom result file: ', resultFilePathName printString. ]. (cmdArgs includes:'--runOnlyExpeccoUnitTests') ifTrue:[