johntheripper-jumbo: this fixes the gpu test issue, but not the systemwide install test issue

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-12-18 16:22:46 -05:00
parent e4bdd7e356
commit 03e3f4d7d1
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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