]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gzip: show full test log if ptests fail
authorRoss Burton <ross.burton@arm.com>
Thu, 7 Nov 2024 18:35:39 +0000 (18:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Nov 2024 11:19:42 +0000 (11:19 +0000)
Enable verbose tests so that the output from the failing test is logged.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/gzip/files/run-ptest

index cf7c64949abd31148f71b2f260b7f5f6d7c7b969..ee6b4326fac7ccf3302e8805f482ff917aaa9651 100644 (file)
@@ -1,6 +1,3 @@
 #!/bin/sh
 
-cd src/tests
-
-make check
-
+VERBOSE=1 make -C src/tests check