:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 2s

This commit is contained in:
Your Name
2025-05-29 22:33:19 +12:00
parent f9fee188e8
commit c0489ff4d9
4 changed files with 25 additions and 23 deletions

13
test.sh
View File

@@ -3,10 +3,7 @@
set -euo pipefail
HOSTURL="$1"
if [ -z "${HOSTURL}" ]; then
HOSTURL="http://localhost:8123"
fi
HOSTURL="${1:-http://localhost:8123}"
#------------------------------------------------------------------------------------------------
@@ -37,6 +34,14 @@ cat << EOF
EOF
title "TESTING ${HOSTURL}"
cat << EOF
EOF
# Test 0: Verify the script is running
title "0: Verify the server is running"