From 13a55034a3d2596105ba0e1799ecd05f8b59c1d0 Mon Sep 17 00:00:00 2001 From: Aayush Ahuja Date: Tue, 6 Jan 2015 00:44:07 +1300 Subject: [PATCH] Coverage path inside travis build path --- .travis-run.sh | 2 +- .travis-setup.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis-run.sh b/.travis-run.sh index 8509589..c0aaf2a 100755 --- a/.travis-run.sh +++ b/.travis-run.sh @@ -1,6 +1,6 @@ #! /bin/bash -ex -export GCOV_PREFIX=$HOME/gst-switch-coverage +export GCOV_PREFIX=$TRAVIS_BUILD_DIR/gst-switch-coverage case $TEST in python-api ) cd python-api diff --git a/.travis-setup.sh b/.travis-setup.sh index 095dec1..685e444 100644 --- a/.travis-setup.sh +++ b/.travis-setup.sh @@ -27,6 +27,6 @@ else sudo pip install python-coveralls --upgrade fi -export GCOV_PREFIX=$HOME/gst-switch-coverage +export GCOV_PREFIX=$TRAVIS_BUILD_DIR/gst-switch-coverage ./autogen.sh -make \ No newline at end of file +make