Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
66d8f3ce
Commit
66d8f3ce
authored
Jan 14, 2016
by
Alexandre Duret-Lutz
Browse files
work around core dump created by running ipython4
* tests/Makefile.am (distclean-local): Erase python/core.
parent
51483b9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
66d8f3ce
...
...
@@ -41,6 +41,12 @@ TESTS = $(TESTS_sanity) $(TESTS_misc) $(TESTS_tl) $(TESTS_graph) \
distclean-local
:
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 ##############################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment