diff options
author | Russ Cox <rsc@golang.org> | 2009-11-09 23:11:36 -0800 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2009-11-09 23:11:36 -0800 |
commit | 56827b64e1b45481f3423a72106bf9369d83593d (patch) | |
tree | 471b972d63d558ce8c5a4f1b4666bdb880d80f52 /test/run | |
parent | 089e85f7399f6cea5faa0b98809a8a354a25a02a (diff) | |
download | golang-56827b64e1b45481f3423a72106bf9369d83593d.tar.gz |
drop output from nilptr tests;
too hard to make it the same everywhere.
still checking for non-zero exit status though.
disable core files while running tests
R=r
http://go/go-review/1026037
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ TMP2FILE=/tmp/gotest2-$$-$USER # on thresher, 3GB suffices to run the tests; with 2GB, peano fails. ulimit -v 4000000 +# no core files please +ulimit -c 0 + true >pass.out >times.out for dir in . ken chan interface nilptr fixedbugs bugs |