From b6bdef28dddbcd8920b9580e3450bf9d75333410 Mon Sep 17 00:00:00 2001 From: sophia Date: Tue, 1 Sep 2020 11:28:31 -0500 Subject: [PATCH] Run vagrant up to provision --- .ci/spec/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/spec/run-test.sh b/.ci/spec/run-test.sh index dffe63970..cf0297aaa 100755 --- a/.ci/spec/run-test.sh +++ b/.ci/spec/run-test.sh @@ -27,7 +27,7 @@ export PKT_VAGRANT_VAGRANTFILE=Vagrantfile.spec echo "Running vagrant spec tests..." # Need to make memory customizable for windows hosts -pkt_wrap_stream "vagrant provision" \ +pkt_wrap_stream "vagrant up" \ "Vagrant Blackbox testing command failed"