Add --prefetch flag for deps prefetch without running (#1475)

This commit is contained in:
Kevin (Kun) "Kassimo" Qian 2019-01-15 09:19:58 -08:00 committed by Ryan Dahl
parent ac6ac5037f
commit c870cf4082
13 changed files with 99 additions and 17 deletions

View file

@ -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):