2
0
Fork 0

[tests] fix PrepareDir

Change-Id: Idb26de002ad1586101c9e9bdb0256170b8e287b9
This commit is contained in:
Stefan Bühler 2020-06-22 19:59:31 +02:00
parent 505bfb053f
commit 92681fcde4
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ var.vhosts = var.vhosts + [ "%s" => {
def PrepareDir(self, dirname):
"""remembers which directories have been prepared and while remove them on cleanup; returns absolute pathname"""
self._test_cleanup_dirs.append(fname)
self._test_cleanup_dirs.append(dirname)
return self.tests.PrepareDir(dirname)
def MissingFeature(self, feature):