From 7fc929431e210d397e4af8cc42b0f792e8254628 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Feb 16 2015 11:52:32 +0000 Subject: Disable leveldb test --- diff --git a/golang-github-syndtr-goleveldb.spec b/golang-github-syndtr-goleveldb.spec index c856a6e..4293771 100644 --- a/golang-github-syndtr-goleveldb.spec +++ b/golang-github-syndtr-goleveldb.spec @@ -68,7 +68,7 @@ cp -rpav manualtest %{buildroot}/%{gopath}/src/%{import_path}/ cp -rpav leveldb %{buildroot}/%{gopath}/src/%{import_path}/ %check -GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}/leveldb +#GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}/leveldb GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}/leveldb/util GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}/leveldb/table GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}/leveldb/storage