reports/report-runner.sh
author Jan Vrany <jan.vrany@labware.com>
Thu, 16 May 2024 14:34:46 +0100
branchjv
changeset 571 2525422bef28
parent 563 9dda25363094
permissions -rwxr-xr-x
Use `TestCase >> printString` to print testcase names when running tests This allows tests to display extra information.
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`
563
9dda25363094 Use launcher script to run smalltalk
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 189
diff changeset
     3
exec "$DIR/../../../projects/smalltalk/smalltalk" -Mold:64000 -I --abortOnSEGV --execute "$DIR/report-runner.st" "$@"