From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F7C91382C5 for ; Mon, 25 May 2020 19:15:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C2DDE081E; Mon, 25 May 2020 19:15:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22895E081E for ; Mon, 25 May 2020 19:15:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C27A834EFC9 for ; Mon, 25 May 2020 19:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4977421E for ; Mon, 25 May 2020 19:15:33 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1590434093.e63b811e6f81e2a2d85137195d58f17bb4543c52.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/ X-VCS-Repository: proj/portage-utils X-VCS-Files: tests/init.sh.in X-VCS-Directories: tests/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e63b811e6f81e2a2d85137195d58f17bb4543c52 X-VCS-Branch: master Date: Mon, 25 May 2020 19:15:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2961f76-f945-46ab-b5c3-037a778c9586 X-Archives-Hash: 43886643d8657b777ee09f7043e9aa8e commit: e63b811e6f81e2a2d85137195d58f17bb4543c52 Author: Fabian Groffen gentoo org> AuthorDate: Mon May 25 19:14:53 2020 +0000 Commit: Fabian Groffen gentoo 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 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