From: Thierry Parmentelat Date: Tue, 19 Oct 2010 14:01:31 +0000 (+0300) Subject: cosmetic X-Git-Tag: tests-5.0-20~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9624fd62bcc2065c89db3d02190039b5fab7ebe5;p=tests.git cosmetic --- diff --git a/system/TestMain.py b/system/TestMain.py index f3d37b8..c09ca46 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -369,7 +369,7 @@ steps refer to a method in TestPlc or to a step_* module continue try: force_msg="" - if force and spec['failed_step']: force_msg=" (forced after %s has failed)" + if force and spec['failed_step']: force_msg=" (forced after %s has failed)"%spec['failed_step'] utils.header("********** %d RUNNING step %s%s on plc %s"%(plc_counter,stepname,force_msg,plcname)) if not cross: step_result = method(plc_obj) else: step_result = method(plc_obj,across_plcs)