Skip to content

Commit e92e58f

Browse files
committed
keep ansi escape sequences to make test work
Signed-off-by: Marc Bestmann <[email protected]>
1 parent 3d47f66 commit e92e58f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_logging_output_format.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ def test_logging_output(self, proc_output, processes_to_test):
127127
path=os.path.join(os.path.dirname(__file__), process_name),
128128
encoding='unicode_escape'
129129
),
130-
process=process_name
130+
process=process_name,
131+
strip_ansi_escape_sequences=False
131132
)
132133

133134
def test_processes_exit_codes(self, proc_info):

0 commit comments

Comments
 (0)