reports/report-runner.sh
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 12 Mar 2015 19:23:28 +0100
changeset 276 b710d5471770
parent 189 bd2bed33aba7
child 563 9dda25363094
permissions -rwxr-xr-x
Initial version of JUnit XML report reader. Unfinished!

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