Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created June 29, 2013 21:26
Show Gist options
  • Save cwebberOps/5892735 to your computer and use it in GitHub Desktop.
Save cwebberOps/5892735 to your computer and use it in GitHub Desktop.
packer: make test
╭─christopherwebber@rocket ~GOPATH ‹ruby-1.9.2› ‹master*›
╰─$ make test
==> Testing Packer...
go test ./...
src/github.com/mitchellh/goamz/testutil/suite.go:6:2: cannot find package "launchpad.net/gocheck" in any of:
/usr/local/go/src/pkg/launchpad.net/gocheck (from $GOROOT)
/Users/christopherwebber/projects/packer-dev/src/launchpad.net/gocheck (from $GOPATH)
make: *** [test] Error 1
╭─christopherwebber@rocket ~GOPATH ‹ruby-1.9.2› ‹master*›
╰─$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment