From: Chris Lattner Date: Mon, 22 Nov 2004 19:06:22 +0000 (+0000) Subject: Don't stop make if there are XFAIL or XPASSes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=baf790e8091c3e82225ee8ef462d600da3118944;p=oota-llvm.git Don't stop make if there are XFAIL or XPASSes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18113 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 06001bf78cf..9783f6424bb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -124,7 +124,7 @@ RUNTESTFLAGS := --tool $(TESTSUITE) endif check-dejagnu: site.exp - PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ + -PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \ $(RUNTEST) $(RUNTESTFLAGS)