]> git.ipfire.org Git - thirdparty/git.git/commit - ci/print-test-failures.sh
ci: avoid `set-env` construct in print-test-failures.sh
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Nov 2020 20:10:35 +0000 (12:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Nov 2020 20:12:30 +0000 (12:12 -0800)
commit92bf1b6067381047b814800b27a17188e83b5746
tree2062fb855e55003a06dcf74e46487c13d732be88
parentcac42e471afae5b1af4f0745388981675b920d91
ci: avoid `set-env` construct in print-test-failures.sh

Imitating cac42e47 (ci: avoid using the deprecated `set-env`
construct, 2020-11-07), avoid deprecated ::set-env and use the
recommended alternative instead in print-test-failures.sh

Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/print-test-failures.sh