github.com/stffabi/git-lfs@v2.3.5-0.20180214015214-8eeaa8d88902+incompatible/script/cibuild (about)

     1  #!/usr/bin/env bash
     2  set -e
     3  script/test
     4  
     5  # re-run test to ensure GIT_TRACE output doesn't leak into the git package
     6  GIT_TRACE=1 script/test git
     7  
     8  VERBOSE_LOGS=1 script/integration