]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test: fix nacl build
authorRuss Cox <rsc@golang.org>
Mon, 10 Nov 2014 02:10:49 +0000 (21:10 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 10 Nov 2014 02:10:49 +0000 (21:10 -0500)
Disable linkx_run.go and sinit_run.go, because they
exec subprocesses, which NaCl cannot.

TBR=r
CC=golang-codereviews
https://golang.org/cl/171350043

test/linkx_run.go
test/sinit_run.go

index abfc342a6c712c8e783c71426e3847e3c1680e5e..5b67ce7d3de9f005b2196887bd3ea8c1836e392b 100644 (file)
@@ -1,3 +1,4 @@
+// +build !nacl
 // run
 
 // Copyright 2014 The Go Authors. All rights reserved.
index a21bd1077db83f78b4bf4678de404f6970447ec4..b0a91ce5b1878738f34a55437b93f00b1d75e2ce 100644 (file)
@@ -1,3 +1,4 @@
+// +build !nacl
 // run
 
 // Copyright 2014 The Go Authors. All rights reserved.