reports/report-runner.sh
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Feb 2020 15:01:48 +0000
branchjv
changeset 563 9dda25363094
parent 189 bd2bed33aba7
permissions -rwxr-xr-x
Use launcher script to run smalltalk ...rather than binary. This makes it work in both, in-tree builds and (new) out-of-tree builds.

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