summaryrefslogtreecommitdiffstats
path: root/test/TestRunner.sh
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-03-18 06:42:43 +0000
committerGabor Greif <ggreif@gmail.com>2008-03-18 06:42:43 +0000
commitcf20b48b81b12ec99e15c088be8d176a925074dd (patch)
tree5b5be7ee2c293f2dcb552b36632d0e622c4fdef8 /test/TestRunner.sh
parentab72ffeb401fb55364c3c36bd3e4eb7aa30aafd1 (diff)
let the %t magic happen, thanks Chris!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TestRunner.sh')
-rwxr-xr-xtest/TestRunner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestRunner.sh b/test/TestRunner.sh
index 9a043e76a7..bc09a99065 100755
--- a/test/TestRunner.sh
+++ b/test/TestRunner.sh
@@ -42,7 +42,7 @@ grep -q 'RUN:' $FILENAME || (
SCRIPT=$OUTPUT.script
TEMPOUTPUT=$OUTPUT.tmp
-grep 'RUN:' $FILENAME | sed "s|^.*RUN:\(.*\)$|\1|g;s|%s|$SUBST|g;s|%llvmgcc|llvm-gcc -emit-llvm|g;s|%llvmgxx|llvm-g++ -emit-llvm|g;s|%prcontext|prcontext.tcl|g;s|%t1|$TEMPOUTPUT|g" > $SCRIPT
+grep 'RUN:' $FILENAME | sed "s|^.*RUN:\(.*\)$|\1|g;s|%s|$SUBST|g;s|%llvmgcc|llvm-gcc -emit-llvm|g;s|%llvmgxx|llvm-g++ -emit-llvm|g;s|%prcontext|prcontext.tcl|g;s|%t|$TEMPOUTPUT|g" > $SCRIPT
grep -q XFAIL $FILENAME && (printf "XFAILED '$TESTNAME': "; grep XFAIL $FILENAME)