quickSelfTest/RunUnitTestsStart.st
changeset 381 e72e02985212
parent 380 fc30cef8ec0e
child 382 777dbd727377
equal deleted inserted replaced
380:fc30cef8ec0e 381:e72e02985212
    33 
    33 
    34 main:argv
    34 main:argv
    35     self verboseInfo:('starting application').
    35     self verboseInfo:('starting application').
    36     self startStartBlockProcess.
    36     self startStartBlockProcess.
    37 
    37 
    38     Stdout nextPutLine:'stredggg1'.
    38     Stdout nextPutLine:'12'.
    39     Stderr nextPutLine:'stredggg2'.
    39     Stderr nextPutLine:'32'.
    40     Transcript nextPutLine:'stredggg3'.
    40 
       
    41     (OperatingSystem pathOfSTXExecutable asFilename / 'Start.st') fileIn.
       
    42     Transcript nextPutLine:'43'.
    41 ! !
    43 ! !
    42 
    44 
    43 !RunUnitTestsStart class methodsFor:'documentation'!
    45 !RunUnitTestsStart class methodsFor:'documentation'!
    44 
    46 
    45 version
    47 version