git-lfs/script/cibuild
Sebastian Schuberth a893950904 Revert "bootstrap/cibuild: Print the Go version for easier debugging"
This reverts commit fcb3ce9 in favor of the previous commit.
2017-02-24 17:43:36 +01:00

9 lines
178 B
Bash
Executable File

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