gzip: show full test log if ptests fail

Enable verbose tests so that the output from the failing test is logged.

(From OE-Core rev: 2e031a41a3c8da591755f39898ba063e39d79aaa)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-11-07 18:35:39 +00:00
committed by Richard Purdie
parent ce6a0b875b
commit f531e93c54

View File

@@ -1,6 +1,3 @@
#!/bin/sh
cd src/tests
make check
VERBOSE=1 make -C src/tests check