diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-21 20:46:55 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-21 20:46:55 +0000 |
| commit | e930ee67910c016fccc536fce7312ea02f7ba3a2 (patch) | |
| tree | 73984001df1cd98109a874fb1cee182f98216717 /llvm | |
| parent | 225b2732a408dc7782c37b12367338728c024323 (diff) | |
| download | bcm5719-llvm-e930ee67910c016fccc536fce7312ea02f7ba3a2.tar.gz bcm5719-llvm-e930ee67910c016fccc536fce7312ea02f7ba3a2.zip | |
Failure.sh is dead, remove it.
llvm-svn: 36316
Diffstat (limited to 'llvm')
| -rwxr-xr-x | llvm/test/Failure.sh | 7 | ||||
| -rw-r--r-- | llvm/test/Makefile.tests | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Failure.sh b/llvm/test/Failure.sh deleted file mode 100755 index ad989b2390d..00000000000 --- a/llvm/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/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index b46b96da360..ad9f2eabc7f 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/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 |

