Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 12, 2024
1 parent 903a738 commit f65a7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/e2e_test_bucket_creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p "$(dirname "$LOG_FILE")" # Ensure the log directory exists

# Error handling function
error_handler() {
echo "An error occurred during the COSI setup. Check the log file for details." | tee -a "$LOG_FILE"
echo "An error occurred during bucket creation tests. Check the log file for details." | tee -a "$LOG_FILE"
echo "Failed command: $BASH_COMMAND" | tee -a "$LOG_FILE"
exit 1
}
Expand Down

0 comments on commit f65a7a3

Please sign in to comment.