mirror of https://github.com/apache/cloudstack.git
working directory specified by -w on command line
reviewed-by: Talluri
This commit is contained in:
parent
70ec6089ac
commit
5eb83828d3
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue