Failure.sh is dead, remove it.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 21 Apr 2007 20:46:55 +0000 (20:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 21 Apr 2007 20:46:55 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36316 91177308-0d34-0410-b5e6-96231b3b80d8

test/Failure.sh [deleted file]
test/Makefile.tests

diff --git a/test/Failure.sh b/test/Failure.sh
deleted file mode 100755 (executable)
index ad989b2..0000000
+++ /dev/null
@@ -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
index b46b96da3601c7c5f27dfbe86e00b2ca3c503061..ad9f2eabc7f1448143f2028dbc2e4c1648e5a4b6 100644 (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