From f7fd2389533f0ae387af30ea63755b67a6484e51 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 15 Aug 2018 19:08:03 -0400 Subject: Enable http server for tests. --- tools/test.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/test.py') diff --git a/tools/test.py b/tools/test.py index 5344e7b62..75886874e 100755 --- a/tools/test.py +++ b/tools/test.py @@ -6,6 +6,8 @@ import sys from check_output_test import check_output_test from util import executable_suffix, run, build_path from util_test import util_test +import subprocess +import http_server def check_exists(filename): @@ -24,6 +26,8 @@ def main(argv): print "Usage: tools/test.py [build_dir]" sys.exit(1) + http_server.spawn() + # Internal tools testing util_test() -- cgit v1.2.3