summaryrefslogtreecommitdiff
path: root/test/TestRunner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/TestRunner.sh')
-rwxr-xr-xtest/TestRunner.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TestRunner.sh b/test/TestRunner.sh
index f7d4bbf56c..fbf174c2ee 100755
--- a/test/TestRunner.sh
+++ b/test/TestRunner.sh
@@ -12,7 +12,7 @@
FILENAME=$1
SUBST=$1
-OUTPUT=$FILENAME.out
+OUTPUT=Output/$FILENAME.out
if test $# != 1; then
# If more than one parameter is passed in, there must be three parameters:
@@ -22,7 +22,7 @@ if test $# != 1; then
OUTPUT=$3
fi
-SCRIPT=Output/$OUTPUT.script
+SCRIPT=$OUTPUT.script
grep 'RUN:' $FILENAME | sed "s|^.*RUN:\(.*\)$|\1|g;s|%s|$SUBST|g" > $SCRIPT