diff --git a/tools/marvin/marvin/marvinPlugin.py b/tools/marvin/marvin/marvinPlugin.py index b99c14fa041..cab1b8269ac 100644 --- a/tools/marvin/marvin/marvinPlugin.py +++ b/tools/marvin/marvin/marvinPlugin.py @@ -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)