From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1171730-garchives=archives.gentoo.org@lists.gentoo.org>
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 2B5C31382C5
	for <garchives@archives.gentoo.org>; Sun, 17 May 2020 08:45:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 40E36E08E8;
	Sun, 17 May 2020 08:45:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 22B22E08E8
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 May 2020 08:45:31 +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 16C5634F746
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 May 2020 08:45:30 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A2209C
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 May 2020 08:45:28 +0000 (UTC)
From: "Fabian Groffen" <grobian@gentoo.org>
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" <grobian@gentoo.org>
Message-ID: <1589705043.0e665655ea718a92147c8bd9694256da3152a8d7.grobian@gentoo>
Subject: [gentoo-commits] proj/portage-utils:master commit in: /, tests/
X-VCS-Repository: proj/portage-utils
X-VCS-Files: .travis.yml tests/init.sh.in
X-VCS-Directories: / tests/
X-VCS-Committer: grobian
X-VCS-Committer-Name: Fabian Groffen
X-VCS-Revision: 0e665655ea718a92147c8bd9694256da3152a8d7
X-VCS-Branch: master
Date: Sun, 17 May 2020 08:45:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c3b30fd3-52db-4894-b4cd-185dc12a68cc
X-Archives-Hash: 5f7a18a86945afba1d1a367e07052763

commit:     0e665655ea718a92147c8bd9694256da3152a8d7
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 08:44:03 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun May 17 08:44:03 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=0e665655

travis: disable qcheck for valgrind too

it's really a shame that valgrind crashes so often in the travis setup

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

 .travis.yml      | 1 -
 tests/init.sh.in | 5 +++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f0c180c..44431cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,6 @@ jobs:
         - COVERITY_SCAN_NOTIFICATION_EMAIL="grobian@gentoo.org"
         - COVERITY_SCAN_BUILD_COMMAND="make"
     - compiler: valgrind
-      dist: xenial
       env:
         - CFLAGS="-g"
         - Q_RUN_WITH_VALGRIND=1

diff --git a/tests/init.sh.in b/tests/init.sh.in
index 5ffc7ef..8b67070 100644
--- a/tests/init.sh.in
+++ b/tests/init.sh.in
@@ -32,10 +32,11 @@ export TZ='UTC 0'
 q -i -q
 
 # inject valgrind wrapper if necessary, unfortunately valgrind on Ubuntu
-# used by Travis segfaults on qmanifest, so disable there to be able to
-# run the rest regularly
+# 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