From da776791c4f45331b5cd14385e4b0afb28827191 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 9 Nov 2009 23:11:36 -0800 Subject: 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 --- src/run.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index 9f1947c1da..c13eb22189 100755 --- a/src/run.bash +++ b/src/run.bash @@ -5,6 +5,9 @@ set -e +# no core files, please +ulimit -c 0 + xcd() { echo echo --- cd $1 -- cgit v1.3