again small adjustments for the automatic testing
This commit is contained in:
parent
34777e3df8
commit
e18a6f6c7f
|
@ -58,7 +58,7 @@ class Test():
|
|||
try:
|
||||
shutil.rmtree(self.dirCurrent())
|
||||
except:
|
||||
print('removal of directory "%s" failed...'%(self.dirCurrent()))
|
||||
print('removal of directory "%s" not possible...'%(self.dirCurrent()))
|
||||
status = status and False
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue