Try to get log
This commit is contained in:
parent
9efe103014
commit
88635e3099
@ -276,8 +276,8 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
echo "Checking webserver availability by a wget -O - http://127.0.0.1"
|
echo "Checking webserver availability by a wget -O - http://127.0.0.1"
|
||||||
# Ensure we catch errors
|
# Ensure we stop on error with set -e
|
||||||
set -e
|
set +e
|
||||||
# The wget should return a page with line '<meta name="generator" content="Dolibarr installer">
|
# The wget should return a page with line '<meta name="generator" content="Dolibarr installer">
|
||||||
wget -O - http://127.0.0.1 > test.html
|
wget -O - http://127.0.0.1 > test.html
|
||||||
head test.html
|
head test.html
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user