summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run b/test/run
index 03c91ee30..bd18cefe4 100755
--- a/test/run
+++ b/test/run
@@ -33,6 +33,9 @@ failed=0
PATH=${GOBIN:-$GOROOT/bin}:`pwd`:/bin:/usr/bin:/usr/local/bin
+# TODO: We add the go-tools directory to the PATH to avoid thinking about a better way.
+PATH="$GOROOT/bin/go-tool":$PATH
+
RUNFILE="/tmp/gorun-$$-$USER"
TMP1FILE="/tmp/gotest1-$$-$USER"
TMP2FILE="/tmp/gotest2-$$-$USER"