Added -abortOnSEGV option
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 12 Nov 2012 19:11:38 +0100
changeset 101 c1a9c731b92a
parent 100 441430e5203a
child 102 a63aa44303e3
Added -abortOnSEGV option
reports/report-runner.bat
reports/report-runner.sh
--- a/reports/report-runner.bat	Wed Nov 07 23:21:08 2012 +0100
+++ b/reports/report-runner.bat	Mon Nov 12 19:11:38 2012 +0100
@@ -1,1 +1,1 @@
-call ..\..\..\projects\smalltalk\stx -I -f report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file
+call ..\..\..\projects\smalltalk\stx -abortOnSEGV -I -f report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9
--- a/reports/report-runner.sh	Wed Nov 07 23:21:08 2012 +0100
+++ b/reports/report-runner.sh	Mon Nov 12 19:11:38 2012 +0100
@@ -1,3 +1,3 @@
 #!/bin/sh
 DIR=`dirname $0`
-exec "$DIR/../../../projects/smalltalk/stx" -I  -f "$DIR/report-runner.st" "$@"
+exec "$DIR/../../../projects/smalltalk/stx" -abortOnSEGV -I  -f "$DIR/report-runner.st" "$@"