This commit is contained in:
13
test.sh
13
test.sh
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user