mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Add --prefetch flag for deps prefetch without running (#1475)
This commit is contained in:
parent
ac6ac5037f
commit
c870cf4082
13 changed files with 99 additions and 17 deletions
|
@ -11,10 +11,7 @@ import os
|
|||
import re
|
||||
import sys
|
||||
import subprocess
|
||||
from util import pattern_match, green_ok, red_failed
|
||||
|
||||
root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|
||||
tests_path = os.path.join(root_path, "tests")
|
||||
from util import root_path, tests_path, pattern_match, green_ok, red_failed
|
||||
|
||||
|
||||
def read_test(file_name):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue