summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-04-29 23:08:02 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-04-29 23:08:57 +0200
commitb5c172138c8c27048f969ea9891f93474d937e19 (patch)
treef957ce674103c6393f10c58c86ad964fc60207da /tools/test.py
parent4c1bb832afcb2c084e44f693e72bed2fbc12bfae (diff)
downloadnode-new-b5c172138c8c27048f969ea9891f93474d937e19.tar.gz
tools: fix test.py after v8 upgrade
test.py imports deps/v8/tools/utils.py but that file is gone after the upgrade to 3.18.4 in commit 2f75785. Resurrect the file in tools/
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/test.py b/tools/test.py
index 90c79bcb35..342614e63b 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -41,8 +41,6 @@ import tempfile
import time
import threading
from Queue import Queue, Empty
-
-sys.path.append(dirname(__file__) + "/../deps/v8/tools");
import utils
VERBOSE = False