VM parameter order fixed
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 13 Nov 2012 11:33:02 +0100
changeset 103 a14fad9df08c
parent 102 a63aa44303e3
child 104 7b1b26108f1f
VM parameter order fixed
reports/report-runner.bat
reports/report-runner.sh
--- a/reports/report-runner.bat	Tue Nov 13 10:44:30 2012 +0100
+++ b/reports/report-runner.bat	Tue Nov 13 11:33:02 2012 +0100
@@ -1,1 +1,1 @@
-call ..\..\..\projects\smalltalk\stx -abortOnSEGV -I -f report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9
+call ..\..\..\projects\smalltalk\stx -I -abortOnSEGV -f report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9
--- a/reports/report-runner.sh	Tue Nov 13 10:44:30 2012 +0100
+++ b/reports/report-runner.sh	Tue Nov 13 11:33:02 2012 +0100
@@ -1,3 +1,3 @@
 #!/bin/sh
 DIR=`dirname $0`
-exec "$DIR/../../../projects/smalltalk/stx" -abortOnSEGV -I  -f "$DIR/report-runner.st" "$@"
+exec "$DIR/../../../projects/smalltalk/stx" -I -abortOnSEGV -f "$DIR/report-runner.st" "$@"