From: Alfredo Deza Date: Thu, 17 Nov 2016 12:39:30 +0000 (-0500) Subject: ceph-ansible-pull-requests: teardown from the tests directory X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=18c90967deb1861cc9ddbe8880ae32a050f5cf39;p=ceph-build.git ceph-ansible-pull-requests: teardown from the tests directory Signed-off-by: Alfredo Deza --- diff --git a/ceph-ansible-pull-requests/build/teardown b/ceph-ansible-pull-requests/build/teardown index cb0d68b2..71026e6b 100644 --- a/ceph-ansible-pull-requests/build/teardown +++ b/ceph-ansible-pull-requests/build/teardown @@ -2,7 +2,7 @@ # There has to be a better way to do this than this script which just looks # for every Vagrantfile in scenarios and then just destroys whatever is left. -cd $WORKSPACE +cd $WORKSPACE/tests scenarios=$(find . | grep Vagrantfile | xargs dirname)