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

@ -12,6 +12,7 @@ FG_GREEN = "\x1b[32m"
executable_suffix = ".exe" if os.name == "nt" else ""
root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
tests_path = os.path.join(root_path, "tests")
def make_env(merge_env=None, env=None):