From: Reid Spencer Date: Sat, 4 Dec 2004 22:34:47 +0000 (+0000) Subject: Failing Feature/Regression test should fail the build X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ed2040d2faf991b918d1ac19a75f48e5322b717e;p=oota-llvm.git Failing Feature/Regression test should fail the build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18507 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 95ad4c9dbf2..2c218a755eb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -121,7 +121,7 @@ RUNTESTFLAGS := --tool $(TESTSUITE) endif check:: site.exp - -PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ + PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ $(RUNTEST) $(RUNTESTFLAGS) clean::