be verbose in travis checker

Signed-off-by: Leo Chen <leo@harmony.one>
pull/286/head
Leo Chen 6 years ago
parent 86c563498b
commit ce77142cf2
  1. 2
      scripts/travis_checker.sh

@ -37,7 +37,7 @@ go_dirs="${tmpdir}/go_dirs.txt"
dirnames < "${go_files}" | sort -u -t/ > "${go_dirs}" dirnames < "${go_files}" | sort -u -t/ > "${go_dirs}"
echo "Running go test..." echo "Running go test..."
if go test ./... if go test -v -count=1 ./...
then then
echo "go test succeeded." echo "go test succeeded."
else else

Loading…
Cancel
Save