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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9A85158094 for ; Sun, 2 Oct 2022 02:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB813E0954; Sun, 2 Oct 2022 02:24:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31B6AE0954 for ; Sun, 2 Oct 2022 02:24:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40A0C340DE6 for ; Sun, 2 Oct 2022 02:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95CF35F6 for ; Sun, 2 Oct 2022 02:24:17 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1664677210.e4c073b5c5a565bd027e1b54318d84b26bd5bee7.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild X-VCS-Directories: app-crypt/johntheripper-jumbo/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: e4c073b5c5a565bd027e1b54318d84b26bd5bee7 X-VCS-Branch: master Date: Sun, 2 Oct 2022 02:24:17 +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: c0fd5040-d207-4707-9aa5-6dcfc520aa8c X-Archives-Hash: 511ac592b649048dfc8cff4a10a3576e commit: e4c073b5c5a565bd027e1b54318d84b26bd5bee7 Author: Rick Farina gentoo org> AuthorDate: Sun Oct 2 02:20:10 2022 +0000 Commit: Rick Farina gentoo org> CommitDate: Sun Oct 2 02:20:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c073b5 app-crypt/johntheripper-jumbo: remove vestigial test The actual tests are all commented out, and I'm leaving them in case I have time to fix them later, but it doesn't make sense to have ewarns about the tests that were already commented out. Signed-off-by: Rick Farina gentoo.org> .../johntheripper-jumbo-1.9.0_p20211129-r1.ebuild | 10 +++++----- app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild index 9abb2540073e..37c73b4c41d9 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild @@ -94,8 +94,8 @@ src_compile() { emake LD="$(tc-getCC)" -C src } -src_test() { - pax-mark -mr run/john +#src_test() { +# pax-mark -mr run/john #if use opencl; then # GPU tests fail in portage, so run cpu only tests @@ -107,9 +107,9 @@ src_test() { #./run/john --test=1 --verbosity=2 || die #fi - ewarn "When built systemwide, john can't run tests without reading files in /etc." - ewarn "Don't bother opening a bug for this unless you include a patch to fix it" -} +# ewarn "When built systemwide, john can't run tests without reading files in /etc." +# ewarn "Don't bother opening a bug for this unless you include a patch to fix it" +#} src_install() { # Executables diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild index 5f3764905ef0..65429e87891e 100644 --- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild +++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-9999.ebuild @@ -90,8 +90,8 @@ src_compile() { emake LD="$(tc-getCC)" -C src } -src_test() { - pax-mark -mr run/john +#src_test() { +# pax-mark -mr run/john #if use opencl; then # GPU tests fail in portage, so run cpu only tests @@ -103,9 +103,9 @@ src_test() { #./run/john --test=1 --verbosity=2 || die #fi - ewarn "When built systemwide, john can't run tests without reading files in /etc." - ewarn "Don't bother opening a bug for this unless you include a patch to fix it" -} +# ewarn "When built systemwide, john can't run tests without reading files in /etc." +# ewarn "Don't bother opening a bug for this unless you include a patch to fix it" +#} src_install() { # Executables