Backed out changeset e3c771005557 (bug 1527316) for timeout build bustages on a CLOSED TREE

This commit is contained in:
Oana Pop Rus 2019-03-22 02:38:32 +02:00
Родитель 022828031e
Коммит 729642e131
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -1098,8 +1098,6 @@ class XPCShellTests(object):
# We try to find the node executable in the path given to us by the user in
# the MOZ_NODE_PATH environment variable
nodeBin = os.getenv('MOZ_NODE_PATH', None)
if not nodeBin and build:
nodeBin = build.substs.get('NODEJS')
if not nodeBin:
self.log.warning('MOZ_NODE_PATH environment variable not set. '
'Tests requiring http/2 will fail.')