fix scripttest compat

There's no script_path param in the current version of
scripttest. This patch fixes that by removing the param,
which by the way isn't useful.

Change-Id: Ic78cea25bb472702473e98b48a8ff74c01545aa3
This commit is contained in:
Thomas Goirand 2014-03-02 13:13:55 +08:00 committed by Sean Dague
parent 8d6ce64cd0
commit b58b4a353c

View File

@ -22,7 +22,6 @@ class Shell(Pathed):
log.debug('PATH for ScriptTest: %s', migrate_path)
self.env = TestFileEnvironment(
base_path=os.path.join(self.temp_usable_dir, 'env'),
script_path=[migrate_path],
)
def run_version(self, repos_path):