Bug fixing

This commit is contained in:
Your Name
2025-05-25 12:36:29 +12:00
parent 9a0a3076ef
commit 37db886a01

View File

@@ -48,6 +48,14 @@ BASE_URL="http://${HOST}:${PORT}"
BASE_TAG="autotest"
# test if server is running
if ! curl -s "${BASE_URL}/status" | jq -r '.result' | grep -q 'success'; then
die "server is not running"
fi
echo "Simple Object Storage server is running at ${BASE_URL}"
# test every action in the README.md file, leaving the system in the same state it was found
# and print the output of each action