diff --git a/smoke-tests.sh b/smoke-tests.sh index f7af3ce..b6c8010 100644 --- a/smoke-tests.sh +++ b/smoke-tests.sh @@ -1,3 +1,12 @@ +#!/bin/bash +# +# Example: +# /bin/bash ./smoke-tests.sh www +# +# Description: +# Requests all defined URLs and checks it contains an expected response header +# Exits immediately if any of the tests fail + function smoke { local bold=$(tput bold) local normal=$(tput sgr0)