From: Thierry Parmentelat Date: Thu, 23 Jan 2014 11:35:14 +0000 (+0100) Subject: cosmetic X-Git-Tag: tests-5.3-2~38 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=d187ad29a38e815cb521b746be0c304285e6c713 cosmetic --- diff --git a/system/TestMain.py b/system/TestMain.py index 70fae6b..81d29a7 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -471,7 +471,7 @@ steps refer to a method in TestPlc or to a step_* module step_result=step_result.result msg="OK" if step_result else "KO" utils.header('********** %d IGNORED (%s) step %s on %s'%(plc_counter,msg,stepname,plcname)) - status="I[%s]"%msg + status="%s[I]"%msg elif step_result: utils.header('********** %d SUCCESSFUL step %s on %s'%(plc_counter,stepname,plcname)) status="OK"