]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
make-test: No verbose tar output
authorTomas Mraz <tomas@openssl.org>
Wed, 19 Feb 2025 13:56:19 +0000 (14:56 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 21 Feb 2025 11:03:34 +0000 (12:03 +0100)
This just clutters the logs otherwise.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26820)

.github/workflows/make-test

index 195928e786fa8c16983409ff2c8af0df24863f84..239fcfb4ae41864285e64396ba86f326b0f4d34c 100755 (executable)
@@ -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