From afcb72f37249a70fd164536942c94c20cfff59f9 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Thu, 14 Feb 2008 17:23:08 +0000
Subject: [PATCH] expose buildname to the various objects through the TestPlc
 instance

---
 system/TestMain.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/system/TestMain.py b/system/TestMain.py
index 8599695..d73cae3 100755
--- a/system/TestMain.py
+++ b/system/TestMain.py
@@ -176,6 +176,9 @@ steps refer to a method in TestPlc or to a step_* module
         for spec in all_plc_specs:
             spec['disabled'] = False
         all_plcs = [ (x, TestPlc(x)) for x in all_plc_specs]
+        # expose to the various objects
+        for plc in all_plcs:
+            plc.options=self.options
 
         overall_result = True
         testplc_method_dict = __import__("TestPlc").__dict__['TestPlc'].__dict__
-- 
2.47.0