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
This commit is contained in:
Chris Lattner 2004-11-22 19:06:22 +00:00
parent ccbc9cf278
commit baf790e809

View 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)