summaryrefslogtreecommitdiff
path: root/python/tests
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-07-11 14:41:20 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-07-11 14:41:20 +0000
commite9449c5d29d87b1dc51de7784ed947ae1e3da831 (patch)
treee95e8b0254f90ed996d1e88336952e5db2071089 /python/tests
parentbe3eb2088e3e27b897b57855382f80a737f974ce (diff)
downloadlibxml2-e9449c5d29d87b1dc51de7784ed947ae1e3da831.tar.gz
added an encoding "special comment" to avoid warning message in python2.3
* python/drv_libxml.py: added an encoding "special comment" to avoid warning message in python2.3 (bug 146889) * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small change to make "make tests" a little quieter (MAKEFLAGS+=--silent) * xpath.c: enhanced to take advantage of current libxslt handling of tmpRVT. Fixes bug 145547.
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/Makefile.am b/python/tests/Makefile.am
index 259a1bf5..2788c0ca 100644
--- a/python/tests/Makefile.am
+++ b/python/tests/Makefile.am
@@ -46,7 +46,7 @@ EXTRA_DIST = $(PYTESTS) $(XMLS)
if WITH_PYTHON
tests: $(PYTESTS)
- echo "## running Python regression tests"
+ @echo "## running Python regression tests"
-@(PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH" ; \
export PYTHONPATH; \
for test in $(PYTESTS) ; \