From c60334bf4c141218c82157dc0316eca5d13acb96 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 29 Mar 2021 21:41:12 +0300 Subject: .ci/local: tweak output --- .ci/local/test.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ci/local/test.sh b/.ci/local/test.sh index 6216c48..99728e4 100755 --- a/.ci/local/test.sh +++ b/.ci/local/test.sh @@ -221,7 +221,13 @@ test_failure() { cgitize verify_initial_commits add_commits + + echo + echo ---------------------------------------------------------------------- + echo Removing upstream repository + echo ---------------------------------------------------------------------- rm -rf -- "$upstream_repo_dir" + if cgitize; then echo "cgitize should have failed to pull the upstream repository." >&2 return 1 -- cgit v1.2.3