diff options
-rwxr-xr-x | tools/code_coverage/coverage_posix.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/code_coverage/coverage_posix.py b/tools/code_coverage/coverage_posix.py index 3a906f0..ee92441 100755 --- a/tools/code_coverage/coverage_posix.py +++ b/tools/code_coverage/coverage_posix.py @@ -602,6 +602,7 @@ class Coverage(object): # If asked, run all we can find. if self.options.all_unittests: self.tests += glob.glob(os.path.join(self.directory, '*_unittests')) + self.tests += glob.glob(os.path.join(self.directory, '*unit_tests')) # Tests can come in as args directly, indirectly (through a file # of test lists) or as a file of bundles. |