Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/6102#discussion_r199122374
--- Diff: tools/travis_mvn_watchdog.sh ---
@@ -533,6 +537,12 @@ esac
# Run tests if compilation was successful
if [ $EXIT_CODE == 0 ]; then
+ # Start watching $MVN_OUT
+ watchdog &
--- End diff --
Wrong indention used in this file. ---
