From 4e07783663d51877e7d41465cf5ef10d1540c4b3 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Mon, 5 Nov 2018 06:52:31 +1100 Subject: Improve integration test harness (#1142) --- tools/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/test.py') diff --git a/tools/test.py b/tools/test.py index e2d077245..18fc23e5c 100755 --- a/tools/test.py +++ b/tools/test.py @@ -4,7 +4,7 @@ # Usage: ./tools/test.py out/Debug import os import sys -from check_output_test import check_output_test +from integration_tests import integration_tests from deno_dir_test import deno_dir_test from setup_test import setup_test from util import build_path, enable_ansi_colors, executable_suffix, run, rmtree @@ -58,7 +58,7 @@ def main(argv): unit_tests(deno_exe) - check_output_test(deno_exe) + integration_tests(deno_exe) # TODO We currently skip testing the prompt in Windows completely. # Windows does not support the pty module used for testing the permission -- cgit v1.2.3