test: Make test status more clear

This commit is contained in:
James Shubin
2017-02-21 18:38:03 -05:00
parent 02dddfc227
commit 74dfb9d88d
10 changed files with 19 additions and 8 deletions

View File

@@ -27,8 +27,8 @@ run-test ./test/test-gotest.sh
# do these longer tests only when running on ci
if env | grep -q -e '^TRAVIS=true$' -e '^JENKINS_URL=' -e '^BUILD_TAG=jenkins'; then
run-test ./test/test-gotest.sh --race
run-test ./test/test-shell.sh
run-test ./test/test-gotest.sh --race
fi
# FIXME: this now fails everywhere :(