Skip to content

Commit b8a263e

Browse files
Fixes test run in Fedora.
1 parent 240105c commit b8a263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def run_unit_tests(modules_to_run=[]):
77
(test_module_names, test_modules) = utils.import_modules_under(
8-
env.UNIT_TEST_DIR, include_root_package_name = False, pattern="test*.py")
8+
env.UNIT_TEST_DIR, include_root_package_name = True, pattern="test*.py")
99

1010
bad_modules_to_run = [module_to_run for module_to_run in modules_to_run
1111
if module_to_run not in test_module_names]

0 commit comments

Comments
 (0)