diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-17 00:27:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-17 00:27:43 +0000 |
commit | 9b2d2624d2afc61b66f0557e30de1e517439eb15 (patch) | |
tree | d89b6115470249bf8d32fd69b35971d5889130ee /test/Makefile.tests | |
parent | 2cb3a7bf2dec80f32241148c0cb2ff4dde85abc7 (diff) |
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
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index 22796116d9..3b4bbaf871 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) |