Make verify-flags-underscore.py return error on failure

We were running it in shippable and travis, but since it didn't return
an error it wasn't actually catching things.
This commit is contained in:
Eric Paris
2015-08-21 01:41:33 -07:00
parent a945785409
commit 03f4e52812
3 changed files with 9 additions and 3 deletions

View File

@@ -330,7 +330,7 @@ Now, we can visit the running WordPress app.
Use the external IP that you obtained above, and visit it on port 80:
```
http://<external_ip>
http://<external-ip>
```
You should see the familiar WordPress init page.