Commit 0627fa84 authored by Richard Levitte's avatar Richard Levitte
Browse files

Travis: if "make update" created a diff, please show it



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4652)

(cherry picked from commit d7948767)
parent 38225393
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ script:
      else
          echo -e '+\057 MAKE UPDATE FAILED'; false;
      fi;
      git diff --quiet
      git diff --exit-code
    - if [ -n "$CHECKDOCS" ]; then
          if $make doc-nits; then
              echo -e '+\057\057 MAKE DOC-NITS OK';