This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5bf5003f5c7baf19b0164f78558e495d8bb62b04
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Thu Aug 17 11:41:33 2023 +0200

    [FLINK-32834] Use descriptive output file names
---
 tools/ci/verify_bundled_optional.sh | 2 +-
 tools/ci/verify_scala_suffixes.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/ci/verify_bundled_optional.sh 
b/tools/ci/verify_bundled_optional.sh
index e0f5a22255d..9b926bd559b 100755
--- a/tools/ci/verify_bundled_optional.sh
+++ b/tools/ci/verify_bundled_optional.sh
@@ -46,7 +46,7 @@ MVN_CLEAN_COMPILE_OUT=$1
 
 MVN=${MVN:-./mvnw}
 
-dependency_plugin_output=/tmp/optional_dep.txt
+dependency_plugin_output=/tmp/dependency_tree_optional.txt
 
 # run with -T1 because our maven output parsers don't support multi-threaded 
builds
 $MVN dependency:tree -B -T1 > "${dependency_plugin_output}"
diff --git a/tools/ci/verify_scala_suffixes.sh 
b/tools/ci/verify_scala_suffixes.sh
index f6aae040731..bf7dce5b9e1 100755
--- a/tools/ci/verify_scala_suffixes.sh
+++ b/tools/ci/verify_scala_suffixes.sh
@@ -61,7 +61,7 @@ echo "--- Flink Scala Dependency Analyzer ---"
 echo "Analyzing modules for Scala dependencies using 'mvn dependency:tree'."
 echo "If you haven't built the project, please do so first by running \"mvn 
clean install -DskipTests\""
 
-dependency_plugin_output=/tmp/dep.txt
+dependency_plugin_output=/tmp/dependency_tree_scala.txt
 
 # run with -T1 because our maven output parsers don't support multi-threaded 
builds
 $MVN dependency:tree -Dincludes=org.scala-lang,:*_2.1*:: ${MAVEN_ARGUMENTS} 
-T1 > "${dependency_plugin_output}"

Reply via email to