From: Thierry Parmentelat Date: Tue, 22 Apr 2008 11:13:29 +0000 (+0000) Subject: cosmetic X-Git-Tag: tests-4.2-4~28 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=af1570d3481491ae9ef7e01b9544900145373199;p=tests.git cosmetic --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 52885b5..4933456 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -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: diff --git a/system/config_1testbox.py b/system/config_1testbox.py index d21e1dd..b804b21 100644 --- a/system/config_1testbox.py +++ b/system/config_1testbox.py @@ -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 } ) ], }