mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Split out the VM name
This commit is contained in:
2
build.py
2
build.py
@@ -1495,7 +1495,7 @@ def cmd_build_vagrant(options, args):
|
||||
VMs = options.vagrant_vms.split(',')
|
||||
|
||||
for vmName in VMs:
|
||||
vmDir = opj(phoenixDir(), 'vagrant', vmName)
|
||||
vmDir = opj(phoenixDir(), 'vagrant', vmName.split()[0])
|
||||
pwd = pushDir(vmDir)
|
||||
msg('Starting Vagrant VM in {}'.format(vmDir))
|
||||
runcmd('vagrant up')
|
||||
|
||||
Reference in New Issue
Block a user