diff options
| author | Russ Cox <rsc@golang.org> | 2011-09-26 13:11:22 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-09-26 13:11:22 -0400 |
| commit | 0b09a56a64ecd761258dd7f2046d72a64f32b25b (patch) | |
| tree | 9c4c2e90de6e60dcded060960ca01571fa6aec43 /src/run.bash | |
| parent | 92703ff6053992f6ce1630e562afaa8eda88ba4f (diff) | |
| download | go-0b09a56a64ecd761258dd7f2046d72a64f32b25b.tar.xz | |
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
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash index a9689bf15e..b1eaf3abe6 100755 --- a/src/run.bash +++ b/src/run.bash @@ -93,7 +93,6 @@ done ./timing.sh -test ) || exit $? -[ "$GOHOSTOS" == windows ] || (xcd ../test ./run ) || exit $? |
