From: Thierry Parmentelat Date: Tue, 3 Mar 2015 13:50:07 +0000 (+0100) Subject: use consitent convention for displaying step names X-Git-Tag: tests-5.3-10~18 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=392b1ea26fc5aa7b84c4b4ce9995e5141e37913c use consitent convention for displaying step names --- 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"