runSelfTest.bat
author Jan Vrany <jan.vrany@labware.com>
Fri, 18 Jun 2021 17:01:51 +0100
branchjv
changeset 2598 5e6256e136d4
parent 1468 f89bcbd0c987
permissions -rw-r--r--
Fix `IntegerTest` Do not use #deepCopy with desctructive operations, #deepCopy on numbers is an no-op (they're immutable, except internal destructive helpers)

@REM use --debug as arg to debug failed test cases

..\..\..\stx\projects\smalltalk\stx --debug --noBanner -I --execute SelfTestRunner.st
@REM ..\..\..\stx\projects\smalltalk\stx --debug --noInfoPrint --noBanner --exitOnInternalError --exitOnMessageSendError -I --execute SelfTestRunner.st