From: Chris Lattner Date: Tue, 17 Jun 2003 00:27:43 +0000 (+0000) Subject: Just _EXTEND_ the current path. Don't replace it. Replacing it makes it X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b2d2624d2afc61b66f0557e30de1e517439eb15;p=oota-llvm.git Just _EXTEND_ the current path. Don't replace it. Replacing it makes it 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 --- diff --git a/test/Makefile.tests b/test/Makefile.tests index 22796116d96..3b4bbaf871b 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -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)