Skip to content

Commit

Permalink
Testfilter is a blocking command, modify the check
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Smaga committed Feb 7, 2017
1 parent 05acc31 commit 9d441a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps: libdeps
$(ECHO_V)go install ./vendor/github.com/sectioneight/md-to-godoc
@$(call label,Installing interfacer...)
$(ECHO_V)go install ./vendor/github.com/mvdan/interfacer/cmd/interfacer
$(ECHO_V)richgo testfilter 2>/dev/null || ($(call label,Installing richgo) && go get github.com/sectioneight/richgo)
$(ECHO_V)echo "--- PASS: TestSomething" | richgo testfilter > /dev/null 2>&1 || ($(call label,Installing richgo) && go get github.com/sectioneight/richgo)

GOCOV := gocov
OVERALLS := overalls

0 comments on commit 9d441a0

Please sign in to comment.