From b1734504d0121e0ac52233934997e21b4e34707b Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Thu, 1 Oct 2020 23:18:34 -0700 Subject: [PATCH] Log exit code to STDOUT --- testing/ccdb_key_rotation/rotate-ccdb-keys-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ccdb_key_rotation/rotate-ccdb-keys-test.sh b/testing/ccdb_key_rotation/rotate-ccdb-keys-test.sh index 3ec5e102a6..310f133c7f 100755 --- a/testing/ccdb_key_rotation/rotate-ccdb-keys-test.sh +++ b/testing/ccdb_key_rotation/rotate-ccdb-keys-test.sh @@ -86,7 +86,7 @@ wait_for_rotate_pod_to_end() { echo " $(blue "Completed")" # shellcheck disable=SC2005 - echo "$(green "OK")" + echo "$(green "OK [${exit_code}]")" exit "${exit_code}" fi sleep 1