aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorAnton Evangelatov <anton.evangelatov@gmail.com>2018-10-01 19:41:47 +0800
committerAnton Evangelatov <anton.evangelatov@gmail.com>2018-10-01 19:41:47 +0800
commit634e963f023fa453e41cb02ef8296fe15fe7a264 (patch)
treee82f28c3de82cd24ee920eadb43f22d423311642 /cmd
parentdc5d643bb59812cda578fac941c2f1da316bc9d7 (diff)
downloadgo-tangerine-634e963f023fa453e41cb02ef8296fe15fe7a264.tar
go-tangerine-634e963f023fa453e41cb02ef8296fe15fe7a264.tar.gz
go-tangerine-634e963f023fa453e41cb02ef8296fe15fe7a264.tar.bz2
go-tangerine-634e963f023fa453e41cb02ef8296fe15fe7a264.tar.lz
go-tangerine-634e963f023fa453e41cb02ef8296fe15fe7a264.tar.xz
go-tangerine-634e963f023fa453e41cb02ef8296fe15fe7a264.tar.zst
go-tangerine-634e963f023fa453e41cb02ef8296fe15fe7a264.zip
cmd/swarm: disable export and upload tests on Windows
Diffstat (limited to 'cmd')
-rw-r--r--cmd/swarm/export_test.go2
-rw-r--r--cmd/swarm/upload_test.go2
2 files changed, 4 insertions, 0 deletions
diff --git a/cmd/swarm/export_test.go b/cmd/swarm/export_test.go
index 525538ad7..20df7b060 100644
--- a/cmd/swarm/export_test.go
+++ b/cmd/swarm/export_test.go
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// +build !windows
+
package main
import (
diff --git a/cmd/swarm/upload_test.go b/cmd/swarm/upload_test.go
index aba4d0dda..84205031b 100644
--- a/cmd/swarm/upload_test.go
+++ b/cmd/swarm/upload_test.go
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+// +build !windows
+
package main
import (