again small adjustments for the automatic testing

This commit is contained in:
Martin Diehl 2012-05-29 09:59:04 +00:00
parent 34777e3df8
commit e18a6f6c7f
1 changed files with 1 additions and 1 deletions

View File

@ -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: