]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
chante directories to workspace
authorAlfredo Deza <adeza@redhat.com>
Tue, 1 Mar 2016 16:38:27 +0000 (11:38 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 1 Mar 2016 16:38:27 +0000 (11:38 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-installer-coverage/build/build

index cd26421ae6392b6213916d6b78415ac00649baa4..4e02d30db523152dc62e1bdb0a2fc31f95631bea 100644 (file)
@@ -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