From 4c19cc491fa2ad0ee1cad29078411e0b05a52e28 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 25 Sep 2013 16:37:21 -0700 Subject: Improvements to test framework --- tools/testall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/testall.py b/tools/testall.py index a62b53a..a7ff9eb 100755 --- a/tools/testall.py +++ b/tools/testall.py @@ -60,7 +60,7 @@ def find_modules_and_add_paths (root_path): for module_file in import_list: path, module = os.path.split(module_file) module_list.append (module) - print('Adding:', module_file) + print('Adding:', os.path.relpath(module_file)) if not path in sys.path: sys.path.append (path) if not os.path.dirname(path) in sys.path: -- cgit v1.2.1