We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21308f8 + 74116c1 commit 6332732Copy full SHA for 6332732
test.sh
@@ -21,7 +21,7 @@ GREEN='\033[0;32m'
21
RESET='\033[0m'
22
23
echo "Running go tests..."
24
-go test -cover -short -v -timeout 60s ./... | sed ''/PASS/s//$(printf "${GREEN}PASS${RESET}")/'' | sed ''/FAIL/s//$(printf "${RED}FAIL${RESET}")/''
+go test -cover -short -timeout 60s ./... | sed ''/PASS/s//$(printf "${GREEN}PASS${RESET}")/'' | sed ''/FAIL/s//$(printf "${RED}FAIL${RESET}")/''
25
GO_TEST_EXIT_CODE=${PIPESTATUS[0]}
26
if [[ $GO_TEST_EXIT_CODE -ne 0 ]]; then
27
exit $GO_TEST_EXIT_CODE
0 commit comments