aboutsummaryrefslogtreecommitdiffstats
path: root/build_test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'build_test.bash')
-rwxr-xr-xbuild_test.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_test.bash b/build_test.bash
index 6edaa660..4c43224c 100755
--- a/build_test.bash
+++ b/build_test.bash
@@ -34,6 +34,8 @@ source "${TOP}/build/soong/scripts/microfactory.bash"
case $(uname) in
Linux)
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
+ export SEGFAULT_USE_ALTSTACK=1
+ ulimit -a
;;
esac