summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-23 19:16:27 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-24 14:52:38 -0700
commit3438dbe3509da8e8674dd803e8ecdc92e30f7d61 (patch)
treeec54e076d3f38ee49d5ae601baa50ac8af2aad0d /tools/test.py
parentd2df67e8221877a14b77d5e185367717afe503f8 (diff)
Remove deno_ns
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/test.py b/tools/test.py
index 2212cd191..fb0544256 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -42,8 +42,6 @@ def main(argv):
deno_exe = os.path.join(build_dir, "deno" + executable_suffix)
check_exists(deno_exe)
- deno_ns_exe = os.path.join(build_dir, "deno_ns" + executable_suffix)
- check_exists(deno_ns_exe)
# Internal tools testing
setup_test()
@@ -61,7 +59,6 @@ def main(argv):
unit_tests(deno_exe)
check_output_test(deno_exe)
- check_output_test(deno_ns_exe)
rmtree(deno_dir)