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 | da776791c4f45331b5cd14385e4b0afb28827191 (patch) | |
| tree | 16d18e0a6b14ae5e420bd9faf76031a7574293e6 /src | |
| parent | 3d668c1b5dbd6c693ed1db56b3d156184d9dc5d9 (diff) | |
| download | go-da776791c4f45331b5cd14385e4b0afb28827191.tar.xz | |
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 'src')
| -rwxr-xr-x | src/run.bash | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
