diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-09-02 01:59:16 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-03 10:45:58 -0400 |
commit | 787832c68ec2a735717eb32c295a3aa570294ae2 (patch) | |
tree | fa3fa70a0a6fac546e11e8e9f9229a3e7b29e2ca /tools/unit_tests.py | |
parent | f949ded933aad669b952adcaa5a92f8a5df2b38e (diff) |
Format.
Diffstat (limited to 'tools/unit_tests.py')
-rwxr-xr-x | tools/unit_tests.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/unit_tests.py b/tools/unit_tests.py index 460d32bc2..0c4667b63 100755 --- a/tools/unit_tests.py +++ b/tools/unit_tests.py @@ -15,7 +15,10 @@ def unit_tests(deno_exe): run([deno_exe, "js/unit_tests.ts", "permW0N1E0", "--allow-net"]) run([deno_exe, "js/unit_tests.ts", "permW0N0E1", "--allow-env"]) run([ - deno_exe, "js/unit_tests.ts", "permW1N1E1", "--allow-write", + deno_exe, + "js/unit_tests.ts", + "permW1N1E1", + "--allow-write", "--allow-net", "--allow-env", ]) |