From e43deba82d02082d6e9f8b78ca1a7cfcc736c84b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 1 Mar 2016 11:38:27 -0500 Subject: [PATCH] chante directories to workspace Signed-off-by: Alfredo Deza --- ceph-installer-coverage/build/build | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-installer-coverage/build/build b/ceph-installer-coverage/build/build index cd26421a..4e02d30d 100644 --- a/ceph-installer-coverage/build/build +++ b/ceph-installer-coverage/build/build @@ -7,5 +7,6 @@ install_python_packages "pkgs[@]" # run py.test, output both junit from unit tests and coverage report (should # 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 -- 2.39.5