diff options
Diffstat (limited to 'testing/runner.py')
| -rw-r--r-- | testing/runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/runner.py b/testing/runner.py index 20333ef3f..0d3b4c892 100644 --- a/testing/runner.py +++ b/testing/runner.py @@ -16,10 +16,10 @@ except NameError: this_file = sys.argv[0] this_file = os.path.abspath(this_file) this_dir = os.path.dirname(this_file) -build_scripts_dir = os.path.abspath(os.path.join(this_dir, "../build_scripts")) +build_scripts_dir = os.path.abspath(os.path.join(this_dir, "..")) sys.path.append(build_scripts_dir) -from utils import detect_clang +from build_scripts.utils import detect_clang class TestRunner(object): |
