mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05: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>
|
2006-06-09 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* codegen/Makefile.am:
|
* codegen/Makefile.am:
|
||||||
|
|
|
@ -24,9 +24,6 @@
|
||||||
#
|
#
|
||||||
# In order to have backward compatibility
|
# In order to have backward compatibility
|
||||||
|
|
||||||
import fnmatch
|
|
||||||
import glob
|
|
||||||
import os
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
__all__ = ['require']
|
__all__ = ['require']
|
||||||
|
|
|
@ -69,8 +69,8 @@ TESTS_ENVIRONMENT = PYTHONPATH=$(top_srcdir)/:$(PYTHONPATH)
|
||||||
--suppressions=$(GSTSUPP) \
|
--suppressions=$(GSTSUPP) \
|
||||||
--suppressions=$(PYTHONSUPP) \
|
--suppressions=$(PYTHONSUPP) \
|
||||||
--suppressions=$(GSTPYTHONSUPP) \
|
--suppressions=$(GSTPYTHONSUPP) \
|
||||||
--tool=memcheck --leak-check=yes --trace-children=yes \
|
--tool=memcheck --leak-check=full --trace-children=yes \
|
||||||
--leak-resolution=med --num-callers=50 \
|
--leak-resolution=high --num-callers=50 \
|
||||||
$(PYTHON) \
|
$(PYTHON) \
|
||||||
$* 2>&1 | tee valgrind.log
|
$* 2>&1 | tee valgrind.log
|
||||||
@if grep "tely lost" valgrind.log; then \
|
@if grep "tely lost" valgrind.log; then \
|
||||||
|
|
Loading…
Reference in a new issue