Message ID | RFC-patch-v5-03.10-577a5be34f4-20220421T183001Z-avarab@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV" | expand |
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}"
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@gmail.com> --- ci/print-test-failures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)