commit | 52b266e9ffbefd44231874ceeff23fc90b58adc1 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 22 11:37:49 2014 +0200 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 22 11:37:49 2014 +0200 |
tree | 9c5c7f4c8461821a4c115e35f89ac11259e05340 | |
parent | fa0245529b426b8d838d3309a5cc135e496559f3 [diff] [blame] |
Disabling parallel package test runs and adding verbose flag
diff --git a/script/acceptancetest b/script/acceptancetest index d8039ae..49039fd 100755 --- a/script/acceptancetest +++ b/script/acceptancetest
@@ -2,4 +2,4 @@ # # Run the acceptance tests. -exec go test -tags 'acceptance fixtures' ./acceptance/... $@ +exec go test -v -p=1 -tags 'acceptance fixtures' ./acceptance/... $@