diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-03-02 11:27:11 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-03-06 16:17:21 +0000 |
commit | 80a7f0a81cf6bc58cd7567c7b5e1c75813b5fc0c (patch) | |
tree | 3018ec9e23adc8c85bb3aed3f329c5e6529dff88 /test/Makefile | |
parent | c8c44ebea155f15a9e3067fe05228a1e932185fc (diff) |
make test: tell vpp to set coredump size
Unless overridden by COREDUMP_SIZE env variable, tell VPP to set
coredump size to unlimited, otherwise use $COREDUMP_SIZE as
the argument.
Change-Id: Ia2a6508207c66a171b33d272c820b1deb4a83e82
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 25c8e0a82a0..52980b9e8b9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -147,6 +147,9 @@ help: @echo " TEST='*.*.test_add_bfd' selects all test functions named test_add_bfd from all files/classes" @echo "" @echo " VPP_ZOMBIE_NOCHECK=1 - skip checking for vpp (zombie) processes (CAUTION)" + @echo " COREDUMP_SIZE=<size> - pass <size> as unix { coredump-size <size> } argument to vpp" + @echo " e.g. COREDUMP_SIZE=4g" + @echo " COREDUMP_SIZE=unlimited" @echo "" @echo "Creating test documentation" @echo " test-doc - generate documentation for test framework" |