Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit e663a98

Browse files
committed
Overwriting EXIT_CODE, so test application doesn't let CI fail.
1 parent e1be230 commit e663a98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Application.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ class Application(LineTerminal):
4848
def __init__(self):
4949
super().__init__(verbose=True, debug=True, quiet=False)
5050

51+
LineTerminal.FATAL_EXIT_CODE = 0
52+
5153
def run(self):
5254
self.WriteQuiet("This is a quiet message.")
5355
self.WriteNormal("This is a normal message.")

0 commit comments

Comments
 (0)