summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-11-09 23:11:36 -0800
committerRuss Cox <rsc@golang.org>2009-11-09 23:11:36 -0800
commit56827b64e1b45481f3423a72106bf9369d83593d (patch)
tree471b972d63d558ce8c5a4f1b4666bdb880d80f52 /test/run
parent089e85f7399f6cea5faa0b98809a8a354a25a02a (diff)
downloadgolang-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-xtest/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/run b/test/run
index 431034881..93382d17c 100755
--- a/test/run
+++ b/test/run
@@ -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