]> git.lizzy.rs Git - rust.git/commit
Auto merge of #23678 - richo:check-flightcheck, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 31 Mar 2015 18:26:20 +0000 (18:26 +0000)
committerbors <bors@rust-lang.org>
Tue, 31 Mar 2015 18:26:20 +0000 (18:26 +0000)
commitd754722a04b99fdcae0fd97fa2a4395521145ef2
tree41d2bff3aec8a949d71d74d566da27627996cabb
parent80bf31dd514055177b22c3dc66836d39eb5b1648
parent4af204ddee0fbb61eddf9579ede9f0214c942ba0
Auto merge of #23678 - richo:check-flightcheck, r=alexcrichton

Rationale for this, is that I lurked `ulimit -c unlimited` into my .profile to debug an unrelated crash, that I kept forgetting to set before hand. I then ran the test suite and discovered that I had 150 gigs of core dumps in `/cores`.

Very open to another approach, or to setting the limit to something higher than 0, but I think it would be nice if the build system tried to save you from yourself here.