Don't stop make if there are XFAIL or XPASSes
authorChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 19:06:22 +0000 (19:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 19:06:22 +0000 (19:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18113 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 06001bf78cf02cdadc1eb45470f30bc562c0aaa7..9783f6424bba67506a8cfc7e4fc709eaf5fff2cc 100644 (file)
@@ -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)