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:
parent
8d6ce64cd0
commit
b58b4a353c
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user