diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:33:01 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:33:01 +0900 |
| commit | eb35c18e426e9a05e1007859f41f56dd0b25e40f (patch) | |
| tree | 6bae9c69d6dfb6be905692cb436889deb1d343ca | |
| parent | Merge branch 'rs/alias-use-copy-array' (diff) | |
| parent | travis-ci: do not skip successfully tested trees in debug mode (diff) | |
| download | git-eb35c18e426e9a05e1007859f41f56dd0b25e40f.tar.gz git-eb35c18e426e9a05e1007859f41f56dd0b25e40f.zip | |
Merge branch 'sg/travis-help-debug'
Dev support update.
* sg/travis-help-debug:
travis-ci: do not skip successfully tested trees in debug mode
| -rwxr-xr-x | ci/lib.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ save_good_tree () { # successfully before (e.g. because the branch got rebased, changing only # the commit messages). skip_good_tree () { + if test "$TRAVIS_DEBUG_MODE" = true + then + return + fi + if ! good_tree_info="$(grep "^$(git rev-parse $CI_COMMIT^{tree}) " "$good_trees_file")" then # Haven't seen this tree yet, or no cached good trees file yet. |
