From af1570d3481491ae9ef7e01b9544900145373199 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 22 Apr 2008 11:13:29 +0000 Subject: [PATCH] cosmetic --- system/TestPlc.py | 4 ++-- system/config_1testbox.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 } ) ], } -- 2.47.0