Enable verbose tests so that the output from the failing test is logged. Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-extended/gzip/files/run-ptest | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
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 -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206851): https://lists.openembedded.org/g/openembedded-core/message/206851 Mute This Topic: https://lists.openembedded.org/mt/109449957/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
