diff options
author | Rick Farina <zerochaos@gentoo.org> | 2022-10-01 22:20:10 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2022-10-01 22:20:10 -0400 |
commit | e4c073b5c5a565bd027e1b54318d84b26bd5bee7 (patch) | |
tree | dabf77b1edd97d39e44c4df11ed6ae3472910803 /app-crypt | |
parent | app-crypt/johntheripper-jumbo: sync live ebuild (diff) | |
download | gentoo-e4c073b5c5a565bd027e1b54318d84b26bd5bee7.tar.gz gentoo-e4c073b5c5a565bd027e1b54318d84b26bd5bee7.tar.bz2 gentoo-e4c073b5c5a565bd027e1b54318d84b26bd5bee7.zip |
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 <zerochaos@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20211129-r1.ebuild | 10 | ||||
-rw-r--r-- | 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 |