Skip to content

Commit

Permalink
Add a simple test script, so we can see verbose output while testing …
Browse files Browse the repository at this point in the history
…all the packages.
  • Loading branch information
manishrjain committed Oct 27, 2017
1 parent 79047a7 commit 2dc0fdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
l=$(go list ./...)
for x in $l; do
echo "Testing package $x"
go test -v $x
done

0 comments on commit 2dc0fdc

Please sign in to comment.