aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-05-25 21:05:51 +0200
committerFabian Groffen <grobian@gentoo.org>2020-05-25 21:05:51 +0200
commitd0e3592a032d607f2668d89fde671110586c3b90 (patch)
treee3a12c5a04bd0cd17cebb8f64fb5d8e90ae8744c
parenttravis: install compressors we test (diff)
downloadportage-utils-d0e3592a032d607f2668d89fde671110586c3b90.tar.gz
portage-utils-d0e3592a032d607f2668d89fde671110586c3b90.tar.bz2
portage-utils-d0e3592a032d607f2668d89fde671110586c3b90.zip
tests/init: re-enact valgrind block on Travis
Somehow Travis env cannot be replicated, and still has a coredumping valgrind Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--tests/init.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/init.sh.in b/tests/init.sh.in
index 6cdfccf..8b67070 100644
--- a/tests/init.sh.in
+++ b/tests/init.sh.in
@@ -35,6 +35,8 @@ q -i -q
# used by Travis segfaults on qmanifest and qcheck, so disable there to
# be able to run the rest regularly
dovalgrind=${Q_RUN_WITH_VALGRIND}
+[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind=
+[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind=
if [[ -n ${dovalgrind} ]] ; then
chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind"
for f in @abs_top_builddir@/q?* ; do