build: Fix CI issues present in large PRs.

Some files, like the tests output and property lists are updated
when compiling.
This commit is contained in:
Emmanuel Lepage Vallee 2019-06-08 17:47:39 -04:00
parent 9e2a544ba3
commit 52dec54e25
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ script:
i=$((i+1)) i=$((i+1))
travis_fold_start "test_commit_${commit}_.$i.$n" travis_fold_start "test_commit_${commit}_.$i.$n"
echo "Testing commit $commit" echo "Testing commit $commit"
git reset --hard # Some files are updated when compiling...
git checkout "$commit" git checkout "$commit"
git --no-pager show --stat git --no-pager show --stat