From d041f297b08fe37a919c42fd04b82b4c3df6453b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 21 Apr 2007 20:46:55 +0000 Subject: [PATCH] Failure.sh is dead, remove it. llvm-svn: 36316 --- test/Failure.sh | 7 ------- test/Makefile.tests | 1 - 2 files changed, 8 deletions(-) delete mode 100755 test/Failure.sh diff --git a/test/Failure.sh b/test/Failure.sh deleted file mode 100755 index ad989b2390d..00000000000 --- a/test/Failure.sh +++ /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 diff --git a/test/Makefile.tests b/test/Makefile.tests index b46b96da360..ad9f2eabc7f 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -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