summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-08-22 13:19:32 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-08-22 18:39:07 -0400
commit7d7263c48f4280f8da5496273e85fb1a8fb79547 (patch)
tree709df115d6d2daf5a753a31a69bac637d65a33a7 /tools/test.py
parente7cab715749e4c5000c24ffeade1ef915d15a68d (diff)
Implement writeFileSync
In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch>
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 75886874e..12582f83f 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -41,7 +41,7 @@ def main(argv):
deno_exe = os.path.join(build_dir, "deno" + executable_suffix)
check_exists(deno_exe)
- run([deno_exe, "js/unit_tests.ts"])
+ run([deno_exe, "js/unit_tests.ts", "--allow-write"])
check_exists(deno_exe)
check_output_test(deno_exe)