From 09cca0b5501e4eccd3dbf15c8e371d0899395fcf Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 17 Apr 2018 09:54:57 -0400 Subject: [PATCH] ceph-volume-ansible-prs: ensure correct path is used for teardown Signed-off-by: Alfredo Deza --- ceph-volume-ansible-prs/build/teardown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-volume-ansible-prs/build/teardown b/ceph-volume-ansible-prs/build/teardown index 987bf263..07ed0e32 100644 --- a/ceph-volume-ansible-prs/build/teardown +++ b/ceph-volume-ansible-prs/build/teardown @@ -8,7 +8,7 @@ install_python_packages "pkgs[@]" GITHUB_STATUS_STATE="failure" $VENV/github-status create -cd $WORKSPACE/src/ceph-volume/tests/functional +cd $WORKSPACE/src/ceph-volume/ceph_volume/tests/functional # the method exists in scripts/build_utils.sh teardown_vagrant_tests -- 2.47.3