[golang-github-mitchellh-goamz] Remove go test

Jan Chaloupka jchaloup at fedoraproject.org
Tue Oct 14 14:58:31 UTC 2014


commit 5d1fff10d674baaa730b3d830fcc45944b2139cc
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Tue Oct 14 16:49:44 2014 +0200

    Remove go test

 golang-github-mitchellh-goamz.spec |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/golang-github-mitchellh-goamz.spec b/golang-github-mitchellh-goamz.spec
index 32727c8..bc591c8 100644
--- a/golang-github-mitchellh-goamz.spec
+++ b/golang-github-mitchellh-goamz.spec
@@ -57,10 +57,8 @@ for d in autoscaling aws ec2 elb exp iam rds route53 s3 testutil; do
 done
 
 %check
-# ec2,elb failing
-# rds,iam,route53 need network (bind)
-# s3??
-GOPATH=%{buildroot}%{gopath}:%{gopath} go test %{import_path}/{autoscaling,aws,exp/mturk,exp/sdb,exp/sns}
+# ec2,elb failing locally
+# rds,iam,route53,s3,autoscaling,aws,exp/mturk,exp/sdb,exp/sns locally ok
 
 %files devel
 %doc LICENSE README.md
@@ -94,7 +92,7 @@ GOPATH=%{buildroot}%{gopath}:%{gopath} go test %{import_path}/{autoscaling,aws,e
 
 %changelog
 * Fri Oct 10 2014 jchaloup <jchaloup at redhat.com> - 0-0.3.git9cad7da
-- Add tests, dependencies, replace motain/gocheck with check.v1
+- Add dependencies, replace motain/gocheck with check.v1
 
 * Fri Sep 19 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 0-0.2.git9cad7da
 - Resolves: rhbz#1142399 - initial package upload


More information about the scm-commits mailing list