vaguerent/test/vagrant-spec/scripts/windows-run.virtualbox.ps1

11 lines
313 B
PowerShell

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
cd /vagrant
vagrant plugin install ./vagrant-spec.gem
if ( $env:VAGRANT_EXPERIMENTAL -eq "" ) {
$env:VAGRANT_EXPERIMENTAL="1"
}
vagrant vagrant-spec $Env:VAGRANT_SPEC_ARGS /vagrant/test/vagrant-spec/configs/vagrant-spec.config.virtualbox.rb