From fe25d62089ba7f51dd366936587467081195c14c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 8 Jan 2016 09:34:13 -0500 Subject: [PATCH] use full absolute paths for running py.test Signed-off-by: Alfredo Deza --- ceph-pr-commits/build/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph-pr-commits/build/build b/ceph-pr-commits/build/build index e89cd774..43361a56 100644 --- a/ceph-pr-commits/build/build +++ b/ceph-pr-commits/build/build @@ -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" -- 2.39.5