Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Log exit code to STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
jandubois committed Oct 2, 2020
1 parent bcb6df9 commit b173450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ccdb_key_rotation/rotate-ccdb-keys-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b173450

Please sign in to comment.