quickSelfTest/run.bat
author Claus Gittinger <cg@exept.de>
Thu, 28 Mar 2019 13:54:38 +0100
changeset 541 aa25a71be62a
parent 414 d249321c0e38
child 555 daed660dbcf2
permissions -rw-r--r--
#DOCUMENTATION by cg class: stx_goodies_builder_quickSelfTest class definition class: stx_goodies_builder_quickSelfTest class added:18 methods

@echo on
@echo.
@echo STX will load resources from the current dir
@echo those resources tells stx which modules should be loaded
@echo but in this case this information is simply wrong (stx wont startup)
@echo because the resources here are only for the application here quickSelfTest.com
@echo so as a hack start stx from an temp directory
@echo.
@echo off
mkdir tempDir
cd tempDir

@echo on
..\..\..\..\projects\smalltalk\stx -I --noInfoPrint --noBanner --abortOnInternalError --abortOnMessageSendError --ignoreHalt --execute ..\Start.st --resultFile ..\testresult.xml %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo off
cd ..