From c870cf40823a4900278f8ddf03489338c169878b Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 15 Jan 2019 09:19:58 -0800 Subject: Add --prefetch flag for deps prefetch without running (#1475) --- tools/integration_tests.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools/integration_tests.py') diff --git a/tools/integration_tests.py b/tools/integration_tests.py index 67c6852d4..86638ce3f 100755 --- a/tools/integration_tests.py +++ b/tools/integration_tests.py @@ -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): -- cgit v1.2.3