summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-22 19:06:22 +0000
committerChris Lattner <sabre@nondot.org>2004-11-22 19:06:22 +0000
commitbaf790e8091c3e82225ee8ef462d600da3118944 (patch)
treee1a2d6a5d3f82f9653205b4ab6ad90b7a9b7a0ac /test
parentccbc9cf2788152ad8934fb1bdc62c4d6d9b6eab9 (diff)
downloadllvm-baf790e8091c3e82225ee8ef462d600da3118944.tar.gz
llvm-baf790e8091c3e82225ee8ef462d600da3118944.tar.bz2
llvm-baf790e8091c3e82225ee8ef462d600da3118944.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 06001bf78c..9783f6424b 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)