From 921bd2615956bda58dd71d610ed2533cc16e30cf Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Mon, 6 Jul 2009 00:03:47 +0000 Subject: Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74810 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TestRunner.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/TestRunner.sh') diff --git a/test/TestRunner.sh b/test/TestRunner.sh index 07451eb485..bb20728578 100755 --- a/test/TestRunner.sh +++ b/test/TestRunner.sh @@ -11,7 +11,6 @@ # %S - Replaced with the directory where the input file resides # %prcontext - prcontext.tcl script # %t - temporary file name (derived from testcase name) -# %T - directory of temporary file name # FILENAME=$1 @@ -20,7 +19,6 @@ SUBST=$1 FILEDIR=`dirname $TESTNAME` OUTPUT=Output/$1.out -OUTPUTDIR=`dirname $OUTPUT` # create the output directory if it does not already exist mkdir -p `dirname $OUTPUT` > /dev/null 2>&1 @@ -88,7 +86,6 @@ grep 'RUN:' $FILENAME | \ -e "s|%s|$SUBST|g" \ -e "s|%S|$FILEDIR|g" \ -e "s|%prcontext|prcontext.tcl|g" \ - -e "s|%T|$OUTPUTDIR|g" \ -e "s|%t|$TEMPOUTPUT|g" > $SCRIPT IS_XFAIL=0 -- cgit v1.2.1