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:
parent
9e2a544ba3
commit
52dec54e25
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue