diff options
author | Ross Burton <ross.burton@arm.com> | 2024-11-07 18:35:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 11:19:44 +0000 |
commit | f531e93c54c9903f3596465caf7d772ec8d71152 (patch) | |
tree | e0b1eed2f22395c9650943bc4c11ce9784f039b9 | |
parent | ce6a0b875b79f44cc00bdc9cbe7015d1fbaf2582 (diff) | |
download | poky-f531e93c54c9903f3596465caf7d772ec8d71152.tar.gz |
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>
-rw-r--r-- | meta/recipes-extended/gzip/files/run-ptest | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-extended/gzip/files/run-ptest b/meta/recipes-extended/gzip/files/run-ptest index cf7c64949a..ee6b4326fa 100644 --- a/meta/recipes-extended/gzip/files/run-ptest +++ b/meta/recipes-extended/gzip/files/run-ptest | |||
@@ -1,6 +1,3 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | cd src/tests | 3 | VERBOSE=1 make -C src/tests check |
4 | |||
5 | make check | ||
6 | |||