Failing Feature/Regression test should fail the build
authorReid Spencer <rspencer@reidspencer.com>
Sat, 4 Dec 2004 22:34:47 +0000 (22:34 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 4 Dec 2004 22:34:47 +0000 (22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18507 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 95ad4c9dbf2f74b56e8ce5f2387753a8a3fa36f4..2c218a755ebd120d5060c1e9b6935686dea59bcd 100644 (file)
@@ -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::