Failure.sh is dead, remove it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36316 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-04-21 20:46:55 +00:00
parent 16154ef9f9
commit a9f7bc8812
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh
# Failure.sh - This little script is used by the makefile to print out errors
# when they occur.
echo
echo "******************** TEST '$1' FAILED! ********************"
echo

View File

@ -37,7 +37,6 @@ endif
LCCFLAGS += -O2 -Wall
LCXXFLAGS += -O2 -Wall
LLCFLAGS =
FAILURE = $(LLVM_SRC_ROOT)/test/Failure.sh
TESTRUNR = @echo Running test: $<; \
PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
$(LLVM_SRC_ROOT)/test/TestRunner.sh