ajout tests
This commit is contained in:
parent
530c57df7a
commit
f123e58a0c
@ -1,9 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "TEST HUGO"
|
echo "TEST HUGO"
|
||||||
response=$(curl -s http://localhost:6060)
|
url=http://localhost:6060
|
||||||
#if ["$reponse" != "200"]
|
curl ${url} -I -o headers -s
|
||||||
#then
|
cat headers | head -n 1 | cut '-d ' '-f2'
|
||||||
# exit 1
|
|
||||||
#fi
|
|
||||||
echo $reponse
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user