Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jmataya on github.
  • I am jmataya (https://keybase.io/jmataya) on keybase.
  • I have a public key ASBI2QoCq3fTJhs7DnncrVCerWWM9VxVch4i8vjdorfk4wo

To claim this, I am signing this object:

jeff@Adils-iMac ~GOPATH/src/github.com/FoxComm/foxcomm2.0 (master)$ make test [2.1.2]
psql -t template1 -c 'DROP DATABASE IF EXISTS foxcomm_admin;'
DROP DATABASE
psql -t template1 -c 'DROP DATABASE IF EXISTS foxcomm;'
NOTICE: database "foxcomm" does not exist, skipping
DROP DATABASE
psql -t template1 -c 'DROP DATABASE IF EXISTS foxcomm_test;'
NOTICE: database "foxcomm_test" does not exist, skipping
DROP DATABASE
psql -t template1 -c 'DROP USER IF EXISTS foxcomm_admin;'