Avoid following logs for Tendermint in CI

which does not work with multiple instances.
Instead debug start logs.
This commit is contained in:
Simon Warta 2020-09-23 09:51:28 +02:00
parent 57c47280c0
commit 45519edf0b

View File

@ -46,6 +46,7 @@ if [ -n "${CI:-}" ]; then
# Give process some time to come alive. No idea why this helps. Needed for CI.
sleep 0.5
# Follow the logs in CI's background job
tail -f "$LOGFILE"
# Debug start
sleep 3
cat "$LOGFILE"
fi