Make the TestRunner tests not print out horrible things when they run

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-06-28 22:35:46 +00:00
parent ab1a525163
commit 45983ee126

View File

@ -54,8 +54,9 @@ LCCFLAGS += -O2 -Wall
LCXXFLAGS += -O2 -Wall
LLCFLAGS =
FAILURE = $(LEVEL)/test/Failure.sh
TESTRUNR = PATH=$(LLVMTOOLCURRENT):$(LEVEL)/test/Scripts:$(PATH) \
$(LEVEL)/test/TestRunner.sh
TESTRUNR = @echo Running test: $<; \
PATH=$(LLVMTOOLCURRENT):$(LEVEL)/test/Scripts:$(PATH) \
$(LEVEL)/test/TestRunner.sh
# Native Tool Definitions
NATGCC = $(CC)