cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 22 Apr 2008 11:13:29 +0000 (11:13 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 22 Apr 2008 11:13:29 +0000 (11:13 +0000)
system/TestPlc.py
system/config_1testbox.py

index 52885b5..4933456 100644 (file)
@@ -291,8 +291,8 @@ class TestPlc:
             # a full path for the local calls
             build_dir=os.path.dirname(sys.argv[0])+"/build"
         else:
-            # use a standard name - will be relative to HOME 
-            build_dir="options.buildname"
+            # use a standard name - will be relative to remote buildname
+            build_dir="build"
        # run checkout in any case - would do an update if already exists
         build_checkout = "svn checkout %s %s"%(self.options.build_url,build_dir)
         if self.run_in_host(build_checkout) != 0:
index d21e1dd..b804b21 100644 (file)
@@ -19,7 +19,7 @@ def config (plcs, options):
                                'PLC_API_HOST':target,
                                'PLC_BOOT_HOST':target,
                                'PLC_WWW_HOST':target,
-                               'name':'%s'+options.arch } ) ],
+                               'name':'%s-'+options.arch } ) ],
               'node': [ ('*' , {'host_box': target } ) ],
               }