quickSelfTest/RunUnitTestsStart.st
changeset 381 e72e02985212
parent 380 fc30cef8ec0e
child 382 777dbd727377
--- a/quickSelfTest/RunUnitTestsStart.st	Tue Oct 10 14:51:35 2017 +0200
+++ b/quickSelfTest/RunUnitTestsStart.st	Tue Oct 10 14:54:15 2017 +0200
@@ -35,9 +35,11 @@
     self verboseInfo:('starting application').
     self startStartBlockProcess.
 
-    Stdout nextPutLine:'stredggg1'.
-    Stderr nextPutLine:'stredggg2'.
-    Transcript nextPutLine:'stredggg3'.
+    Stdout nextPutLine:'12'.
+    Stderr nextPutLine:'32'.
+
+    (OperatingSystem pathOfSTXExecutable asFilename / 'Start.st') fileIn.
+    Transcript nextPutLine:'43'.
 ! !
 
 !RunUnitTestsStart class methodsFor:'documentation'!