[travis] trying curl to test the preview feature
This commit is contained in:
parent
0e35b72fc2
commit
0172253002
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ trap "kill $pid; rm -rf $dir" EXIT
|
||||||
|
|
||||||
sleep 3
|
sleep 3
|
||||||
|
|
||||||
wget -4 -O- 127.0.0.1:5000
|
curl --fail 127.0.0.1:5000
|
||||||
|
|
||||||
! wget -4 -O- 127.0.0.1:5000/nosuchurl
|
! curl --fail 127.0.0.1:5000/nosuchurl
|
||||||
|
|
||||||
# (
|
# (
|
||||||
# wget 127.0.0.1:5000/nosuchurl -O-
|
# wget 127.0.0.1:5000/nosuchurl -O-
|
||||||
|
|
Loading…
Add table
Reference in a new issue