From: Tomas Mraz Date: Wed, 19 Feb 2025 13:56:19 +0000 (+0100) Subject: make-test: No verbose tar output X-Git-Tag: openssl-3.5.0-alpha1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae74ab47c62088644d3e543ee409a965016205f;p=thirdparty%2Fopenssl.git make-test: No verbose tar output This just clutters the logs otherwise. Reviewed-by: Tim Hudson Reviewed-by: Saša Nedvědický Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/26820) --- diff --git a/.github/workflows/make-test b/.github/workflows/make-test index 195928e786f..239fcfb4ae4 100755 --- a/.github/workflows/make-test +++ b/.github/workflows/make-test @@ -38,6 +38,6 @@ echo "Test suite exited with $RESULT, artifacts path is $OSSL_CI_ARTIFACTS_PATH" echo "::endgroup::" echo "Archive artifacts" -tar -czvf artifacts.tar.gz $OSSL_CI_ARTIFACTS_PATH +tar -czf artifacts.tar.gz $OSSL_CI_ARTIFACTS_PATH exit $RESULT