reports/report-runner.sh
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 16 Jun 2014 12:24:42 +0200
changeset 241 9879c8960574
parent 189 bd2bed33aba7
child 563 9dda25363094
permissions -rwxr-xr-x
Added option --keep-stdout to TestReport to include stdout contents in reports. By default, stdout is not kept as it may generate a huge report which then fails to parse on Jenkins (running out of memory).

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