commit | 8c072a3f5730841d477ae70c8e5bcc2e8c38968e | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 16 14:33:32 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Oct 20 17:51:26 2014 +0200 |
tree | 78b081ab483b6100c90dcd6afe51c42c9d0fa0d0 | |
parent | dc4c46572cca4a52261c243ceed9a51b5ac8d66c [diff] [blame] |
Making server action result types more consistent
diff --git a/_site/script/unittest b/_site/script/unittest new file mode 100755 index 0000000..d3440a9 --- /dev/null +++ b/_site/script/unittest
@@ -0,0 +1,5 @@ +#!/bin/bash +# +# Run the unit tests. + +exec go test -tags fixtures ./... $@