summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-14 18:44:22 +0000
committerChris Lattner <sabre@nondot.org>2003-05-14 18:44:22 +0000
commit3be61a5cda2d259e86ad5d0dacf755bbc980d7a3 (patch)
tree7ca7e25365ea0c1a74373b21705d11d9b6e966b6
parent9600e8d6374c15cb8ad082a99e7a0fcc213a982c (diff)
downloadbcm5719-llvm-3be61a5cda2d259e86ad5d0dacf755bbc980d7a3.tar.gz
bcm5719-llvm-3be61a5cda2d259e86ad5d0dacf755bbc980d7a3.zip
Fix path problem
llvm-svn: 6208
-rwxr-xr-xllvm/test/TestRunner.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/TestRunner.sh b/llvm/test/TestRunner.sh
index f7d4bbf56ca..fbf174c2eeb 100755
--- a/llvm/test/TestRunner.sh
+++ b/llvm/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
OpenPOWER on IntegriCloud