We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f63c7 commit 07765a6Copy full SHA for 07765a6
dev/tests/pr_new_dependencies.sh
@@ -84,7 +84,7 @@ else
84
rev | \
85
sort > ${MASTER_CP_FILE}
86
87
- DIFF_RESULTS="`diff my-classpath.txt master-classpath.txt`"
+ DIFF_RESULTS="`diff ${CURR_CP_FILE} ${MASTER_CP_FILE}`"
88
89
if [ -z "${DIFF_RESULTS}" ]; then
90
echo " * This patch does not change any dependencies."
0 commit comments