diff options
Diffstat (limited to 'tools/integration_tests.py')
-rwxr-xr-x | tools/integration_tests.py | 1 |
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') |