summaryrefslogtreecommitdiff
path: root/tools/integration_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/integration_tests.py')
-rwxr-xr-xtools/integration_tests.py1
1 files changed, 1 insertions, 0 deletions
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')