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:
parent
92703ff605
commit
0b09a56a64
@ -93,7 +93,6 @@ done
|
||||
./timing.sh -test
|
||||
) || exit $?
|
||||
|
||||
[ "$GOHOSTOS" == windows ] ||
|
||||
(xcd ../test
|
||||
./run
|
||||
) || exit $?
|
||||
|
@ -1,3 +1,4 @@
|
||||
// [ "$GOOS" = windows ] ||
|
||||
// $G $D/$F.go && $L $F.$A && ./$A.out
|
||||
|
||||
// Copyright 2009 The Go Authors. All rights reserved.
|
||||
|
Loading…
Reference in New Issue
Block a user