mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-09 05:13:40 +00:00
moar logging
This commit is contained in:
parent
ee95e0b3de
commit
23e6741482
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ function travis_end {
|
|||
function kill_kafka {
|
||||
echo "killing kafka"
|
||||
killall -v java
|
||||
sleep 2
|
||||
ps xf
|
||||
date
|
||||
}
|
||||
|
||||
if [ "${TEST_SUITE:-lint}" == "lint" ]; then
|
||||
|
|
Loading…
Reference in a new issue