Skip to content

Commit 4959db4

Browse files
Add checksum
1 parent 76cdd1c commit 4959db4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
678b2b19507a5ffddd9efd9878ceb268

Buildings/Resources/Scripts/travis/templates/checkandrun.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ for type in "${!checksum_dirs[@]}"; do
6565
)"
6666
echo $checksum > "./Resources/Scripts/travis/templates/$type.checksum"
6767

68+
# Add checksum file to the index so that differences shows up in git diff.
69+
git add --intent-to-add "./Resources/Scripts/travis/templates/$type.checksum"
70+
6871
# Diff/HEAD: only for remote testing.
6972
# Locally, it is expected that there is some diff/HEAD (and we proceed directly to the next step: diff/master).
7073
if $TRAVISRUN; then

0 commit comments

Comments
 (0)