mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
johntheripper-jumbo: this fixes the gpu test issue, but not the systemwide install test issue
This commit is contained in:
parent
e4bdd7e356
commit
03e3f4d7d1
2 changed files with 6 additions and 4 deletions
|
|
@ -79,10 +79,11 @@ src_compile() {
|
|||
src_test() {
|
||||
pax-mark -mr run/john
|
||||
#if use opencl; then
|
||||
# ewarn "GPU tests fail, skipping all tests..."
|
||||
#gpu tests fail in portage, so run cpu only tests
|
||||
# ./run/john --device=cpu --test=0 --verbosity=2 || die
|
||||
#else
|
||||
#weak tests
|
||||
# emake -C src check
|
||||
# ./run/john --test=0 --verbosity=2 || die
|
||||
#strong tests
|
||||
#./run/john --test=1 --verbosity=2 || die
|
||||
#fi
|
||||
|
|
|
|||
|
|
@ -77,10 +77,11 @@ src_compile() {
|
|||
src_test() {
|
||||
pax-mark -mr run/john
|
||||
#if use opencl; then
|
||||
# ewarn "GPU tests fail, skipping all tests..."
|
||||
#gpu tests fail in portage, so run cpu only tests
|
||||
# ./run/john --device=cpu --test=0 --verbosity=2 || die
|
||||
#else
|
||||
#weak tests
|
||||
# emake -C src check
|
||||
# ./run/john --test=0 --verbosity=2 || die
|
||||
#strong tests
|
||||
#./run/john --test=1 --verbosity=2 || die
|
||||
#fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue