adding some logging

This commit is contained in:
Mendel Greenberg 2019-03-03 21:15:41 -05:00
parent 05ebf9a3a4
commit a5712263bd
No known key found for this signature in database
GPG key ID: B26A7D2DF7DC6EF7

View file

@ -2,4 +2,5 @@
./dbench start > /tmp/bench.log &
curl --version
curl --retry 20 --retry-delay 1 --retry-connrefused "http://localhost:8000/login" | grep '<title> Login </title>' || exit 1