From f96e5f3474cfd72ceb21d017aebd063cb1937fe6 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 1 Mar 2016 11:38:56 -0500 Subject: [PATCH] specify the path to the ceph_installer tests directory Signed-off-by: Alfredo Deza --- ceph-installer-coverage/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-installer-coverage/build/build b/ceph-installer-coverage/build/build index 4e02d30d..b867731a 100644 --- a/ceph-installer-coverage/build/build +++ b/ceph-installer-coverage/build/build @@ -9,4 +9,4 @@ install_python_packages "pkgs[@]" # spit out a coverage.xml file) cd $WORKSPACE $VENV/python setup.py develop -$VENV/py.test -v --junitxml junit.xml --cov-report xml --cov ceph_installer +$VENV/py.test -v --junitxml junit.xml --cov-report xml --cov ceph_installer ceph_installer/tests -- 2.39.5