This commit is contained in:
Dipti
2020-12-08 15:50:28 -08:00
parent fce6fa47c4
commit c8b3204aac
6 changed files with 3 additions and 8 deletions

View File

@@ -365,8 +365,10 @@ class LFCliBase:
if (fail_counter == 0) and (pass_counter > 0):
return True
return False
#use this function to
def failed(self):
print(self.get_failed_result_list())
print("Test failed. Exiting now.")
sys.exit(1)