diff --git a/scripts/travis_checker.sh b/scripts/travis_checker.sh index 32e7c85a6..13d546fe5 100755 --- a/scripts/travis_checker.sh +++ b/scripts/travis_checker.sh @@ -37,7 +37,7 @@ go_dirs="${tmpdir}/go_dirs.txt" dirnames < "${go_files}" | sort -u -t/ > "${go_dirs}" echo "Running go test..." -if go test ./... +if go test -v -count=1 ./... then echo "go test succeeded." else