From 9ab03389f047e5520c184b9fce4cd5fb2e4804bd Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Fri, 8 Feb 2019 23:59:38 +0300 Subject: Add --allow-read (#1689) Co-authored-by: Greg Altman --- tools/test_format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/test_format.py') diff --git a/tools/test_format.py b/tools/test_format.py index 69c050501..2e26f2199 100755 --- a/tools/test_format.py +++ b/tools/test_format.py @@ -30,7 +30,7 @@ def main(): print "No available deno executable." sys.exit(1) - util.run([deno_path, "--allow-run", "tools/format.ts"]) + util.run([deno_path, "--allow-read", "--allow-run", "tools/format.ts"]) output = util.run_output( ["git", "status", "-uno", "--porcelain", "--ignore-submodules"]) if len(output) > 0: -- cgit v1.2.3