commit: e63b811e6f81e2a2d85137195d58f17bb4543c52
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 19:14:53 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon May 25 19:14:53 2020 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e63b811e
test/init: qmerge makes valgrind coredump too, Travis--
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
tests/init.sh.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/init.sh.in b/tests/init.sh.in
index 8b67070..c44320b 100644
--- a/tests/init.sh.in
+++ b/tests/init.sh.in
@@ -37,6 +37,7 @@ q -i -q
dovalgrind=${Q_RUN_WITH_VALGRIND}
[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmanifest ]] && dovalgrind=
[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qcheck ]] && dovalgrind=
+[[ ${TRAVIS_OS_NAME}:${as##*/} == linux:qmerge ]] && dovalgrind=
if [[ -n ${dovalgrind} ]] ; then
chmod 755 "@abs_top_srcdir@/tests/valgrind-wrapper/qvalgrind"
for f in @abs_top_builddir@/q?* ; do