From 392b1ea26fc5aa7b84c4b4ce9995e5141e37913c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 3 Mar 2015 14:50:07 +0100 Subject: [PATCH] use consitent convention for displaying step names --- system/TestMain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/TestMain.py b/system/TestMain.py index dd4fbd3..3e17881 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -478,14 +478,14 @@ steps refer to a method in TestPlc or to a step_* module else: overall_result = 'FAILURE' spec['failed_step'] = stepname - utils.header('********** %d FAILED Step %s on %s (discarded from further steps)'\ + utils.header('********** %d FAILED step %s on %s (discarded from further steps)'\ %(plc_counter,stepname,plcname)) status="KO" except: overall_result='FAILURE' spec['failed_step'] = stepname traceback.print_exc() - utils.header ('********** %d FAILED (exception) Step %s on %s (discarded from further steps)'\ + utils.header ('********** %d FAILED (exception) step %s on %s (discarded from further steps)'\ %(plc_counter,stepname,plcname)) status="KO" -- 2.43.0