Change the ci/print-test-failures.sh output introduced in 657343a602e (travis-ci: move Travis CI code into dedicated scripts, 2017-09-10) to stop including "test-results/" in the heading, it was more of an artifact of how the iteration was being done in that initial version than anything else. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- ci/print-test-failures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/print-test-failures.sh b/ci/print-test-failures.sh index d00cd0e4944..23324021f13 100755 --- a/ci/print-test-failures.sh +++ b/ci/print-test-failures.sh @@ -41,7 +41,7 @@ do TEST_MARKUP="${TEST_NAME}.markup" echo "------------------------------------------------------------------------" - echo "$(tput setaf 1)test-results/${TEST_OUT}...$(tput sgr0)" + echo "$(tput setaf 1)${TEST_OUT}...$(tput sgr0)" echo "------------------------------------------------------------------------" cat "t/test-results/${TEST_OUT}" -- 2.36.0.879.g3659959fcca