commit:     3246fde76f7d3bd0ea03cf7913032981e62cff23
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 15:24:06 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 15:24:06 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3246fde7

travis: try differently to get valgrind to run

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 travis/main.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/travis/main.sh b/travis/main.sh
index 50f10c7..6f55073 100755
--- a/travis/main.sh
+++ b/travis/main.sh
@@ -50,8 +50,8 @@ main() {
        do_run ${DEFARGS} --disable-qmanifest --disable-qtegrity
 
        if [[ ${TRAVIS_OS_NAME} == linux ]] ; then
-               do_run CFLAGS=-g Q_RUN_WITH_VALGRIND=1 \
-                       ${DEFARGS} --enable-qmanifest --enable-qtegrity
+               export Q_RUN_WITH_VALGRIND=1
+               do_run CFLAGS=-g ${DEFARGS} --enable-qmanifest --enable-qtegrity
        fi
 
        # LSan needs sudo, which we don't use at the moment

Reply via email to