quickSelfTest/run.bat
author Claus Gittinger <cg@exept.de>
Fri, 19 Jul 2019 17:56:23 +0200
changeset 556 444f38c996cc
parent 555 daed660dbcf2
permissions -rw-r--r--
*** empty log message ***

@echo on
@echo.
@echo "Message from quickSelfTest/run.bat:"
@echo STX will load resources from the current dir.
@echo These tell stx which modules should be loaded.
@echo but in this case this information is simply wrong (stx will not startup)
@echo because the resources here are only for the application (here quickSelfTest.com)
@echo So as a hack, start stx from a 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 ..