reports/report-runner.sh
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 29 Jul 2013 20:55:42 +0200
changeset 213 2c6346e43dc0
parent 189 bd2bed33aba7
child 563 9dda25363094
permissions -rwxr-xr-x
class: Builder::CoverageReportFormat comment/format in: #isAbstract

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