Revert: accidentally included local secgen.rb changes

This commit is contained in:
ts
2019-02-18 16:37:06 +00:00
parent fa9456f6cf
commit a3410b6992

View File

@@ -172,11 +172,11 @@ def build_vms(scenario, project_dir, options)
end
else # TODO: elsif vagrant_output[:exception].type == ProcessHelper::TimeoutError >destroy individually broken vms as above?
Print.err 'Vagrant up timeout, destroying VMs and retrying...'
# GemExec.exe('vagrant', project_dir, 'destroy -f')
GemExec.exe('vagrant', project_dir, 'destroy -f')
end
else
Print.err 'Error provisioning VMs, destroying VMs and exiting SecGen.'
# GemExec.exe('vagrant', project_dir, 'destroy -f')
GemExec.exe('vagrant', project_dir, 'destroy -f')
exit 1
end
end