]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use full absolute paths for running py.test
authorAlfredo Deza <adeza@redhat.com>
Fri, 8 Jan 2016 14:34:13 +0000 (09:34 -0500)
committerAlfredo Deza <adeza@redhat.com>
Fri, 8 Jan 2016 14:35:32 +0000 (09:35 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-pr-commits/build/build

index e89cd7742c39212a0cb754f389a31b51987bf123..43361a568749c11266c1e134d0408159fc1c5acc 100644 (file)
@@ -5,5 +5,5 @@ pkgs=( "pytest" )
 install_python_packages "pkgs[@]"
 
 
-cd "$WORKSPACE/ceph-build/ceph-pr-commits/build"
-$VENV/py.test -v --junitxml="$WORKSPACE/report.xml"
+cd "$WORKSPACE"
+$VENV/py.test -v --junitxml="$WORKSPACE/report.xml" "$WORKSPACE/ceph-build/ceph-pr-commits/build/test_commits.py"