diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-06-07 08:19:47 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-06-07 17:03:37 +0000 |
commit | 3658adcadcc2e568abc985255a6cddcc4871aa87 (patch) | |
tree | 5f1400d6db050d46c7f2972bb0da8d22de6967ec /test/Makefile | |
parent | 48113e0c864fd18d9fa65eda950aa363b813bb15 (diff) |
make test: improve debugability
Introduce faulthandler to print stack trace to stderr on python crash.
Don't disable automatic garbage collection to decrease the chances of
running out of memory.
Change-Id: I6927a5f6ea9569735d084d4ed3d258950a400d74
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 8df96404a2b..14c8cd268ef 100644 --- a/test/Makefile +++ b/test/Makefile @@ -35,7 +35,7 @@ UNITTEST_EXTRA_OPTS=$(UNITTEST_FAILFAST_OPTS) -d $(EXTERN_TESTS) endif PYTHON_VENV_PATH=$(VPP_PYTHON_PREFIX)/virtualenv -PYTHON_DEPENDS=six scapy==2.3.3 pexpect subprocess32 cffi git+https://github.com/klement/py-lispnetworking@setup +PYTHON_DEPENDS=faulthandler six scapy==2.3.3 pexpect subprocess32 cffi git+https://github.com/klement/py-lispnetworking@setup SCAPY_SOURCE=$(shell find $(PYTHON_VENV_PATH) -name site-packages) BUILD_COV_DIR=$(BR)/test-cov |