chore: make test_db quiet

pull/83/head
xxxxxliil 2021-06-03 16:09:47 +08:00
parent 628b5a4fa0
commit b7592e0d8c
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ if [ "${DB_WAIT}" = 'true' ]; then
--password ${DB_PASS}
}
echo "[INFO] Waiting for the database live..."
until test_db; do
until test_db >/dev/null 2>&1; do
if [ "${test_count}" = 40 ]; then
echo "[ERROR] The database not live!" >&2
exit 75