Skip to content

Commit

Permalink
fix multi-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes committed Feb 28, 2025
1 parent d3a95fa commit c653f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/multi-storage/run
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ get_latest_restorable_time() {
local time=$(kubectl_bin get psmdb-backup ${backup_name} -o yaml | yq '.status.latestRestorableTime')

if [[ ${time} == "null" ]]; then
echo
echo >&2
echo "latestRestorableTime does not exist in psmdb-backup/${backup_name}" >&2
fi

echo ${time}
echo -n ${time}
}

get_backup_last_write() {
Expand Down

0 comments on commit c653f23

Please sign in to comment.