commit | 3d966168b94eef2931a8a7198e21c8467a1f6852 | [log] [tgz] |
---|---|---|
author | jrperritt <jrperritt@gmail.com> | Mon Jun 06 14:08:54 2016 -0500 |
committer | jrperritt <jrperritt@gmail.com> | Mon Jun 06 14:08:54 2016 -0500 |
tree | dd2db0c93fe35391840a4a206e4d5f748b5d5342 | |
parent | 9cc33592a49ecba441b7ecd78c7ec4f7e70205a5 [diff] [blame] |
move unit tests into 'testing' directories
diff --git a/script/acceptancetest b/script/acceptancetest index f9c89f4..9debd48 100755 --- a/script/acceptancetest +++ b/script/acceptancetest
@@ -2,4 +2,4 @@ # # Run the acceptance tests. -exec go test -p=1 -tags 'acceptance fixtures' github.com/rackspace/gophercloud/acceptance/... $@ +exec go test -p=1 github.com/gophercloud/gophercloud/acceptance/... $@