Start e2e framework; print events

This commit is contained in:
Daniel Smith
2015-05-21 18:14:26 -07:00
parent 2a6cf783ec
commit 28b3224b72
4 changed files with 147 additions and 68 deletions

View File

@@ -27,8 +27,7 @@ import (
)
var _ = Describe("SSH", func() {
var c *client.Client = nil
var c *client.Client
BeforeEach(func() {
var err error