reports/report-runner.sh
author sr
Wed, 11 Oct 2017 11:21:54 +0200
changeset 407 16108b5c7906
parent 189 bd2bed33aba7
child 563 9dda25363094
permissions -rwxr-xr-x
#BUGFIX by sr class: RunUnitTests class changed: #runWithCompiledUnitTestClasses:

#!/bin/sh
DIR=`dirname $0`
exec "$DIR/../../../projects/smalltalk/stx" -Mold:64000 -I --abortOnSEGV --execute "$DIR/report-runner.st" "$@"