mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
First pass at permissions whitelist (#2129)
This commit is contained in:
parent
ac8c6fec5b
commit
2edee3367d
9 changed files with 850 additions and 105 deletions
|
@ -105,7 +105,9 @@ def main(argv):
|
|||
if os.name != 'nt':
|
||||
from is_tty_test import is_tty_test
|
||||
from permission_prompt_test import permission_prompt_test
|
||||
from complex_permissions_test import complex_permissions_test
|
||||
permission_prompt_test(deno_exe)
|
||||
complex_permissions_test(deno_exe)
|
||||
is_tty_test(deno_exe)
|
||||
|
||||
repl_tests(deno_exe)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue