github.com/psexton/git-lfs@v2.1.1-0.20170517224304-289a18b2bc53+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