From db72f680aa4ca2f0bc07e0b2c5b16381a8d4f958 Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 18 Jan 2019 16:45:46 +0100 Subject: [PATCH] correctif provisoire bug colorisation sat test avec corpus --- commands/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/test.py b/commands/test.py index 1fd8838..0d39d25 100644 --- a/commands/test.py +++ b/commands/test.py @@ -475,7 +475,7 @@ def create_test_report(config, if 'callback' in script: try: cnode = add_simple_node(tn, "callback") - if src.architecture.is_windows(): + if True: # bug xml mal forme colorisation src.architecture.is_windows(): import string cnode.text = filter( lambda x: x in string.printable, -- 2.39.2