# HG changeset patch # User sr # Date 1507640105 -7200 # Node ID 777dbd727377897a195ccfd8068bd17e6bb72e66 # Parent e72e029852124bd2326e106e6bc634994ceb973c #BUGFIX by sr class: RunUnitTestsStart class changed: #main: diff -r e72e02985212 -r 777dbd727377 quickSelfTest/RunUnitTestsStart.st --- a/quickSelfTest/RunUnitTestsStart.st Tue Oct 10 14:54:15 2017 +0200 +++ b/quickSelfTest/RunUnitTestsStart.st Tue Oct 10 14:55:05 2017 +0200 @@ -38,7 +38,7 @@ Stdout nextPutLine:'12'. Stderr nextPutLine:'32'. - (OperatingSystem pathOfSTXExecutable asFilename / 'Start.st') fileIn. + (OperatingSystem pathOfSTXExecutable asFilename directory / 'Start.st') fileIn. Transcript nextPutLine:'43'. ! !