mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00
Add release installer (#639)
This commit is contained in:
parent
9b7e5a2558
commit
3d063223cc
4 changed files with 141 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
import os
|
||||
import sys
|
||||
from check_output_test import check_output_test
|
||||
import install_test
|
||||
from util import executable_suffix, run, build_path
|
||||
from unit_tests import unit_tests
|
||||
from util_test import util_test
|
||||
|
@ -51,6 +52,8 @@ def main(argv):
|
|||
check_exists(deno_ns_exe)
|
||||
check_output_test(deno_ns_exe)
|
||||
|
||||
install_test.main()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main(sys.argv))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue