commit | 2aaf1a60d6da7cc82e5419c6350e8fd6dd510bcd | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 16 12:55:50 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Thu Oct 16 18:22:48 2014 +0200 |
tree | cfd55ce6240b05cefb1727ef8d51bccbcdf8c57d | |
parent | cf001725f661f9522faf3244f323aaf511651a7b [diff] [blame] |
Moving calls to client helper while I'm at it
diff --git a/_site/script/acceptancetest b/_site/script/acceptancetest new file mode 100755 index 0000000..d8039ae --- /dev/null +++ b/_site/script/acceptancetest
@@ -0,0 +1,5 @@ +#!/bin/bash +# +# Run the acceptance tests. + +exec go test -tags 'acceptance fixtures' ./acceptance/... $@