rmetzger commented on a change in pull request #13260: URL: https://github.com/apache/flink/pull/13260#discussion_r481143381
########## File path: tools/ci/test_controller.sh ########## @@ -69,6 +69,10 @@ export JAVA_TOOL_OPTIONS="-XX:+HeapDumpOnOutOfMemoryError" # some tests provide additional logs if they find this variable export IS_CI=true +export WATCHDOG_ADDITIONAL_MONITORING_FILES="$DEBUG_FILES_OUTPUT_DIR/mvn-*.log" Review comment: Somehow I consider "source" something like an "import" statement, that doesn't support passing variables. And this seems to be a feature only available in bash: https://unix.stackexchange.com/questions/5024/passing-variables-to-a-bash-script-when-sourcing-it ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org