[ci] fix path to travis_wait, more usages of travis_wait

This commit is contained in:
Andreas Dangel
2019-01-27 19:39:31 +01:00
parent b0eb46379e
commit dd66f9c5a2
3 changed files with 7 additions and 3 deletions

View File

@@ -314,6 +314,8 @@ main() {
else
exit_slowpoke=${exit_force}
fi
# Output last couple of lines from $file_log
tail -5 "${file_log}"
show_warning "Your given command has terminated with exit code $exit_slowpoke. So do I."
exit ${exit_slowpoke}