Skip to content

Commit 7923931

Browse files
Logging source diffs in tests output
1 parent 6c5873b commit 7923931

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compare_release_src.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ for branch in "main" "$latest"; do
2424
diff -r -X /tmp/diff_exclude.txt "/tmp/sagemaker-ssh-helper-$branch/" ./ >"src_diff/$branch.txt" || :
2525
done
2626

27+
echo "compare_release_src.sh: Begin differences with main branch:"
28+
cat src_diff/main.txt
29+
echo "compare_release_src.sh: End differences with main branch."

0 commit comments

Comments
 (0)