From b44a087dfc251f5d3986e357ed1d7236f8a0d5e9 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 4 Mar 2020 16:19:47 -0800 Subject: [PATCH] Remove env vars from command --- .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 d7abfaaa6..d814b8de8 100755 --- a/.ci/spec/run-test.sh +++ b/.ci/spec/run-test.sh @@ -16,7 +16,7 @@ pushd "${root}" > "${output}" function cleanup() { (>&2 echo "Cleaning up packet device") unset PACKET_EXEC_PERSIST - pkt_wrap_stream "cd vagrant;VAGRANT_CWD=test/vagrant-spec/ VAGRANT_VAGRANTFILE=Vagrantfile.spec vagrant destroy -f" \ + pkt_wrap_stream "cd vagrant;vagrant destroy -f" \ "Vagrant command failed" }