fix(tests): set URL default value if no one set
This commit is contained in:
parent
df321ec555
commit
74e8d58b5c
@ -6,7 +6,8 @@
|
|||||||
#
|
#
|
||||||
#######################################
|
#######################################
|
||||||
|
|
||||||
if [ -z ${SIMPLE_AUTH_URL} ]
|
URL=${SIMPLE_AUTH_URL}
|
||||||
|
if [ -z ${URL} ]
|
||||||
then
|
then
|
||||||
echo "[WARN]: SIMPLE_AUTH_URL is empty, set to http://localhost:9001"
|
echo "[WARN]: SIMPLE_AUTH_URL is empty, set to http://localhost:9001"
|
||||||
URL="http://localhost:9001"
|
URL="http://localhost:9001"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user