From 286ee1d8b68b54d39e698f3b78e3ce9e257fa674 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Fri, 9 Aug 2019 16:33:59 -0700 Subject: Fix dynamic import base path problem for REPL and eval (#2757) --- tools/integration_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/integration_tests.py') diff --git a/tools/integration_tests.py b/tools/integration_tests.py index 56f430d76..dd65feaf9 100755 --- a/tools/integration_tests.py +++ b/tools/integration_tests.py @@ -60,6 +60,7 @@ class TestIntegrations(DenoTestCase): if not args: return + # TODO(kevinkassimo): better args parsing with quotation marks. args = args.split(" ") check_stderr = str2bool(test.get("check_stderr", "false")) stderr = subprocess.STDOUT if check_stderr else open(os.devnull, 'w') -- cgit v1.2.3