frappe_docker/test.sh
2019-03-03 21:15:41 -05:00

6 lines
No EOL
186 B
Bash

#!/bin/bash
./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