work around core dump created by running ipython4
* tests/Makefile.am (distclean-local): Erase python/core.
This commit is contained in:
parent
51483b9b7f
commit
66d8f3ce09
1 changed files with 6 additions and 0 deletions
|
|
@ -41,6 +41,12 @@ TESTS = $(TESTS_sanity) $(TESTS_misc) $(TESTS_tl) $(TESTS_graph) \
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
find . -name '*.dir' -type d -print | xargs rm -rf
|
find . -name '*.dir' -type d -print | xargs rm -rf
|
||||||
|
## This is crazy: Even if the python test suite passes without
|
||||||
|
## reporting an error, it can non-deterministically leave a coredump
|
||||||
|
## behind. This happens with ipython 4.0.1 on ArchLinux; ipython
|
||||||
|
## somehow recovers from this so the only annoyance is that it can
|
||||||
|
## leave a coredump behind.
|
||||||
|
rm -f python/core
|
||||||
|
|
||||||
|
|
||||||
############################## CORE ##############################
|
############################## CORE ##############################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue