quickSelfTest/run.bat
changeset 414 d249321c0e38
parent 412 5ed9e3b61655
child 555 daed660dbcf2
equal deleted inserted replaced
413:77f31ca4ab2a 414:d249321c0e38
     1 @echo on
     1 @echo on
     2 @echo. 
     2 @echo.
     3 @echo STX will load resources from the current dir
     3 @echo STX will load resources from the current dir
     4 @echo those resources tells stx which modules should be loaded
     4 @echo those resources tells stx which modules should be loaded
     5 @echo but in this case this information is simply wrong (stx wont startup)
     5 @echo but in this case this information is simply wrong (stx wont startup)
     6 @echo because the resources here are only for the application here quickSelfTest.com
     6 @echo because the resources here are only for the application here quickSelfTest.com
     7 @echo so as a hack start stx from an temp directory
     7 @echo so as a hack start stx from an temp directory
     8 @echo. 
     8 @echo.
     9 @echo off
     9 @echo off
    10 mkdir tempDir
    10 mkdir tempDir
    11 cd tempDir
    11 cd tempDir
    12 
    12 
    13 @echo on
    13 @echo on
    14 ..\..\..\..\projects\smalltalk\stx -I --noInfoPrint --noBanner --abortOnInternalError --abortOnMessageSendError --ignoreHalt --execute ..\Start.st %1 %2 %3 %4 %5 %6 %7 %8 %9
    14 ..\..\..\..\projects\smalltalk\stx -I --noInfoPrint --noBanner --abortOnInternalError --abortOnMessageSendError --ignoreHalt --execute ..\Start.st --resultFile ..\testresult.xml %1 %2 %3 %4 %5 %6 %7 %8 %9
    15 @echo off
    15 @echo off
    16 cd ..
    16 cd ..