diff --git a/etcd_test.go b/etcd_test.go index 71222a246..6ba6978ee 100644 --- a/etcd_test.go +++ b/etcd_test.go @@ -21,7 +21,7 @@ import ( func TestSingleNode(t *testing.T) { procAttr := new(os.ProcAttr) procAttr.Files = []*os.File{nil, os.Stdout, os.Stderr} - args := []string{"etcd", "-n=node1", "-f", "-d=/tmp/node1"} + args := []string{"etcd", "-vv", "-n=node1", "-f", "-d=/tmp/node1"} process, err := os.StartProcess("etcd", args, procAttr) if err != nil { @@ -32,6 +32,7 @@ func TestSingleNode(t *testing.T) { time.Sleep(time.Second) + etcd.OpenDebug() c := etcd.NewClient() c.SyncCluster() diff --git a/third_party/deps b/third_party/deps index 576081e48..156c0afc8 100755 --- a/third_party/deps +++ b/third_party/deps @@ -3,6 +3,7 @@ packages=" github.com/coreos/go-etcd github.com/coreos/go-log/log github.com/coreos/go-systemd + github.com/gorilla/mux bitbucket.org/kardianos/osext code.google.com/p/go.net code.google.com/p/goprotobuf