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 7FCF3138334 for ; Fri, 3 Jan 2020 15:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A65EBE0B37; Fri, 3 Jan 2020 15:07:33 +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 7EA00E0B37 for ; Fri, 3 Jan 2020 15:07:33 +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 75E6634DEE8 for ; Fri, 3 Jan 2020 15:07:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30FD33E for ; Fri, 3 Jan 2020 15:07:31 +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: <1578064032.71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: travis/ X-VCS-Repository: proj/portage-utils X-VCS-Files: travis/main.sh X-VCS-Directories: travis/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3 X-VCS-Branch: master Date: Fri, 3 Jan 2020 15:07:31 +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: c27c1a12-1884-4284-9f13-d3c356d633cd X-Archives-Hash: faf9cf14841241f721dfba956feeebc1 commit: 71e52bce427ac05fc92e15ffd35ffe4d40c4e1a3 Author: Fabian Groffen gentoo org> AuthorDate: Fri Jan 3 15:07:12 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Jan 3 15:07:12 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=71e52bce travis: coverity fails with "success", so just ignore output Signed-off-by: Fabian Groffen gentoo.org> travis/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/main.sh b/travis/main.sh index 5cbd480..6313d1b 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -24,7 +24,7 @@ if [[ ${CC} == coverity ]] ; then # ensure we end up with an existing compiler export CC=gcc v ./configure ${DEFARGS} --enable-qmanifest --enable-qtegrity - curl -s 'https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh' | bash + curl -s 'https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh' | bash || true elif [[ ${CC} == valgrind ]] ; then export CC=gcc do_run CFLAGS=-g ${DEFARGS} --enable-qmanifest --enable-qtegrity