tests - add some debug info when linux/setup fail

This commit is contained in:
bunkerity 2022-08-16 14:32:09 +02:00
parent e64cc29a8c
commit 512c60c519
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class Test(ABC) :
# run all the tests
def run_tests(self) :
if not self._setup_test() :
self._debug_fail()
return False
if self.__delay != 0 :
log("TEST", "", "delay is set, sleeping " + str(self.__delay) + "s")