mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
moar logging
This commit is contained in:
parent
23e6741482
commit
4503ce41d4
1 changed files with 7 additions and 3 deletions
|
@ -42,9 +42,13 @@ function travis_end {
|
|||
function kill_kafka {
|
||||
echo "killing kafka"
|
||||
killall -v java
|
||||
sleep 2
|
||||
ps xf
|
||||
date
|
||||
|
||||
while `killall -v -0 java`; do
|
||||
sleep 2
|
||||
ps xf
|
||||
date
|
||||
done
|
||||
echo "done"
|
||||
}
|
||||
|
||||
if [ "${TEST_SUITE:-lint}" == "lint" ]; then
|
||||
|
|
Loading…
Reference in a new issue