summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-17 00:27:43 +0000
committerChris Lattner <sabre@nondot.org>2003-06-17 00:27:43 +0000
commit9b2d2624d2afc61b66f0557e30de1e517439eb15 (patch)
treed89b6115470249bf8d32fd69b35971d5889130ee /test/Makefile.tests
parent2cb3a7bf2dec80f32241148c0cb2ff4dde85abc7 (diff)
downloadllvm-9b2d2624d2afc61b66f0557e30de1e517439eb15.tar.gz
llvm-9b2d2624d2afc61b66f0557e30de1e517439eb15.tar.bz2
llvm-9b2d2624d2afc61b66f0557e30de1e517439eb15.tar.xz
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.tests2
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)