mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 05:31:44 +00:00
Merge pull request #156 from prymitive/fix_travis
Make travis fail is test request had errors
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ http_test() {
|
||||
if [ "$UPID" != "" ]; then
|
||||
echo -e "${bldgre}>>> Spawned PID $UPID, running tests${txtrst}"
|
||||
sleep 5
|
||||
curl -I $URL
|
||||
curl -fI $URL
|
||||
RET=$?
|
||||
if [ $RET != 0 ]; then
|
||||
die "${bldred}>>> Error during curl run${txtrst}"
|
||||
|
||||
Reference in New Issue
Block a user