commit | 8d2e56e26918de9612b757d437bdbb295141d40b | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Sep 23 17:55:03 2013 -0700 |
committer | Brian Silverman <brians> | Mon Sep 23 18:01:45 2013 -0700 |
tree | 922a99a1033f0f192040d8c304ee5c7f0a51f8cd | |
parent | b79131d3d0aff5521f7cdbf93440e1e0d2bc46e7 [diff] |
added a "test mode" for aos::Die and used it ipc_stress_test was getting slowed down by disk I/O because of the aos_fatal_error files getting written to /tmp and the stdout messages that gtest doesn't capture were annoying, so I added a setting for aos::Die to not do those things and used it in the ipc_stress_test tests.