Just _EXTEND_ the current path. Don't replace it. Replacing it makes it
authorChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 00:27:43 +0000 (00:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Jun 2003 00:27:43 +0000 (00:27 +0000)
impossible for scripts to find user tools like sed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6731 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index 22796116d96cf20dec033f5038d52ef844db96a1..3b4bbaf871b81ac4f385c1030e55e972f183a4d5 100644 (file)
@@ -53,7 +53,7 @@ LCCFLAGS  += -O2 -Wall
 LCXXFLAGS += -O2 -Wall
 LLCFLAGS =
 FAILURE  = $(LEVEL)/test/Failure.sh
-TESTRUNR = PATH=$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
+TESTRUNR = PATH=$(PATH):$(LLVMTOOLCURRENT) $(LEVEL)/test/TestRunner.sh
 
 # Native Tool Definitions
 NATGCC  = $(CC)