commit | 86910c7c0397c73c2944c3eacab2ccbeff9820bb | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Oct 10 15:12:19 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Oct 10 15:12:19 2014 -0400 |
tree | 2d9633361dd0e8640426c1db4d7e6f39e878ee05 | |
parent | fc4191f5622f53d03041b73308d02d3e67590683 [diff] [blame] |
Script comments.
diff --git a/script/acceptancetest b/script/acceptancetest index 48bd9ff..d8039ae 100755 --- a/script/acceptancetest +++ b/script/acceptancetest
@@ -1,5 +1,5 @@ #!/bin/bash # -# Run all the tests. +# Run the acceptance tests. exec go test -tags 'acceptance fixtures' ./acceptance/... $@