aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
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
commitda776791c4f45331b5cd14385e4b0afb28827191 (patch)
tree16d18e0a6b14ae5e420bd9faf76031a7574293e6 /src/run.bash
parent3d668c1b5dbd6c693ed1db56b3d156184d9dc5d9 (diff)
downloadgo-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/run.bash')
-rwxr-xr-xsrc/run.bash3
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