From: Ross Burton Date: Thu, 7 Nov 2024 18:35:39 +0000 (+0000) Subject: gzip: show full test log if ptests fail X-Git-Tag: yocto-5.2~1386 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e031a41a3c8da591755f39898ba063e39d79aaa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gzip: show full test log if ptests fail Enable verbose tests so that the output from the failing test is logged. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/gzip/files/run-ptest b/meta/recipes-extended/gzip/files/run-ptest index cf7c64949ab..ee6b4326fac 100644 --- a/meta/recipes-extended/gzip/files/run-ptest +++ b/meta/recipes-extended/gzip/files/run-ptest @@ -1,6 +1,3 @@ #!/bin/sh -cd src/tests - -make check - +VERBOSE=1 make -C src/tests check