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