Correction to issue 17052 fix

This commit is contained in:
Michael Foord 2013-02-11 13:20:52 +00:00
parent 8fd396bd22
commit f78f5b11f6
3 changed files with 3 additions and 3 deletions

View file

@ -199,7 +199,7 @@ class TestProgram(object):
def _do_discovery(self, argv, Loader=None):
if Loader is None:
Loader = self.testLoader
Loader = lambda: self.testLoader
# handle command line args for test discovery
self.progName = '%s discover' % self.progName