1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:17:57 -07:00

test: disable sigchld test on Windows

Alex Brainman reports that this is the only test
that keeps us from running test/run.

R=alex.brainman, lucio.dere, bradfitz, hectorchu
CC=golang-dev
https://golang.org/cl/4777043
This commit is contained in:
Russ Cox 2011-09-26 13:11:22 -04:00
parent 92703ff605
commit 0b09a56a64
2 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,6 @@ done
./timing.sh -test
) || exit $?
[ "$GOHOSTOS" == windows ] ||
(xcd ../test
./run
) || exit $?

View File

@ -1,3 +1,4 @@
// [ "$GOOS" = windows ] ||
// $G $D/$F.go && $L $F.$A && ./$A.out
// Copyright 2009 The Go Authors. All rights reserved.