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