Skip to content

Commit 07765a6

Browse files
author
Brennon York
committed
updated the diff logic to reference the filenames rather than hardlink
1 parent e3f63c7 commit 07765a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/pr_new_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ else
8484
rev | \
8585
sort > ${MASTER_CP_FILE}
8686

87-
DIFF_RESULTS="`diff my-classpath.txt master-classpath.txt`"
87+
DIFF_RESULTS="`diff ${CURR_CP_FILE} ${MASTER_CP_FILE}`"
8888

8989
if [ -z "${DIFF_RESULTS}" ]; then
9090
echo " * This patch does not change any dependencies."

0 commit comments

Comments
 (0)