Failure.sh is dead, remove it.

llvm-svn: 36316
This commit is contained in:
Reid Spencer 2007-04-21 20:46:55 +00:00
parent 6dbda77071
commit d041f297b0
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