From a161111621b56df355e7473ba28d0e667105409e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 24 Jan 2014 11:41:18 +0100 Subject: [PATCH] one single simpler command to create build or test vms --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index ffd8f5b..c9b621b 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -638,7 +638,7 @@ class TestPlc: repo_url = os.path.dirname(repo_url) # invoke initvm (drop support for vs) - script="ltest-initvm.sh" + script="lbuild-initvm.sh" script_options="" # pass the vbuild-nightly options to [lv]test-initvm script_options += " -p %s"%self.options.personality -- 2.43.0