reports/report-runner.sh
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 29 Jun 2013 23:34:55 +0200
changeset 188 6eeac31d0432
parent 145 250f9e74e0b9
child 189 bd2bed33aba7
permissions -rwxr-xr-x
Workaround for stc bug Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
75
686f675d9442 scripts and README added
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
#!/bin/sh
686f675d9442 scripts and README added
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
DIR=`dirname $0`
145
250f9e74e0b9 --abortOnSEGV instead of -abortOnSEGV
Stefan Vogel <sv@exept.de>
parents: 106
diff changeset
     3
exec "$DIR/../../../projects/smalltalk/stx" -Mold:64000 -I --abortOnSEGV -f "$DIR/report-runner.st" "$@"