working directory specified by -w on command line

reviewed-by: Talluri
This commit is contained in:
Prasanna Santhanam 2012-08-22 14:12:07 +05:30
parent 70ec6089ac
commit 5eb83828d3
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ class MarvinPlugin(Plugin):
cfg = nose.config.Config()
cfg.logStream = self.result_stream
cfg.debugLog = self.debug_stream
cfg.workingDir = options.test_dir
self.testrunner = nose.core.TextTestRunner(stream=self.result_stream, descriptions=True, verbosity=2, config=config)