From 83059a88e3c5bb35ec62b5dc5694a9eed82eee24 Mon Sep 17 00:00:00 2001 From: aram price Date: Fri, 24 Jan 2025 16:41:15 -0800 Subject: [PATCH] Update the path of the stemcell acceptance tests These live in `bosh-linux-stemcell-builder` and are migrating out of a pre-go.mod path. --- shared/tasks/test-stemcell.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/shared/tasks/test-stemcell.sh b/shared/tasks/test-stemcell.sh index a311434..3431e5a 100755 --- a/shared/tasks/test-stemcell.sh +++ b/shared/tasks/test-stemcell.sh @@ -15,11 +15,6 @@ export OS_CONF_RELEASE_PATH=$(realpath os-conf-release/*.tgz) export STEMCELL_PATH=$(realpath stemcell/*.tgz) export BOSH_stemcell_version=\"$(realpath stemcell/version | xargs -n 1 cat)\" -pushd bosh-linux-stemcell-builder - export PATH=/usr/local/go/bin:$PATH - export GOPATH=$(pwd) - - pushd src/github.com/cloudfoundry/stemcell-acceptance-tests - ./bin/test-smoke $package - popd +pushd bosh-linux-stemcell-builder/acceptance-tests + ./bin/test-smoke $package popd