mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
pygst.py.in: Don't import non-used modules
Original commit message from CVS: * pygst.py.in: Don't import non-used modules * testsuite/Makefile.am: Heavy valgrinding por favor !
This commit is contained in:
parent
bc17f73dcb
commit
981bd2cbd8
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-06-09 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* pygst.py.in:
|
||||
Don't import non-used modules
|
||||
* testsuite/Makefile.am:
|
||||
Heavy valgrinding por favor !
|
||||
|
||||
2006-06-09 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* codegen/Makefile.am:
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
#
|
||||
# In order to have backward compatibility
|
||||
|
||||
import fnmatch
|
||||
import glob
|
||||
import os
|
||||
import sys
|
||||
|
||||
__all__ = ['require']
|
||||
|
|
|
@ -69,8 +69,8 @@ TESTS_ENVIRONMENT = PYTHONPATH=$(top_srcdir)/:$(PYTHONPATH)
|
|||
--suppressions=$(GSTSUPP) \
|
||||
--suppressions=$(PYTHONSUPP) \
|
||||
--suppressions=$(GSTPYTHONSUPP) \
|
||||
--tool=memcheck --leak-check=yes --trace-children=yes \
|
||||
--leak-resolution=med --num-callers=50 \
|
||||
--tool=memcheck --leak-check=full --trace-children=yes \
|
||||
--leak-resolution=high --num-callers=50 \
|
||||
$(PYTHON) \
|
||||
$* 2>&1 | tee valgrind.log
|
||||
@if grep "tely lost" valgrind.log; then \
|
||||
|
|
Loading…
Reference in a new issue