From 5eb83828d3291f1981753286689257eaf1a67b4b Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Wed, 22 Aug 2012 14:12:07 +0530 Subject: [PATCH] working directory specified by -w on command line reviewed-by: Talluri --- tools/marvin/marvin/marvinPlugin.py | 1 - 1 file changed, 1 deletion(-) 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)