diff options
Diffstat (limited to 'tools/integration_tests.py')
-rwxr-xr-x | tools/integration_tests.py | 5 |
1 files changed, 1 insertions, 4 deletions
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): |