summaryrefslogtreecommitdiff
path: root/tests/extensions
diff options
context:
space:
mode:
authorDaniel Richard <oss@teragram.com>2012-09-07 16:11:07 +0800
committerDaniel Veillard <veillard@redhat.com>2012-09-07 16:11:07 +0800
commit343ef27424c708619c7089aca42c67576b62d360 (patch)
treef39cd8b2e5a5302636e7802749762a499beb9268 /tests/extensions
parent0ae3194eb58d954d0896ef05e3dacf76350a8bc2 (diff)
downloadlibxslt-343ef27424c708619c7089aca42c67576b62d360.tar.gz
Cleanups some of the test makefiles
* Added missing $(srcdir)/ qualification to some "[ -s ... ]" stderr-output reference file checks * When printing log output for failed tests, quote the log variable, so that diff output is formatted the way it should be (with newlines!) and is not all collapsed into one line * Updated tests/REC/test-7.1.1-3.out with current output to get rid of a spurious test failure
Diffstat (limited to 'tests/extensions')
-rw-r--r--tests/extensions/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extensions/Makefile.am b/tests/extensions/Makefile.am
index 4cf132d3..284e2f54 100644
--- a/tests/extensions/Makefile.am
+++ b/tests/extensions/Makefile.am
@@ -43,7 +43,7 @@ test tests: $(top_builddir)/xsltproc/xsltproc
grep "MORY ALLO" .memdump | grep -v "MEMORY ALLOCATED : 0" || true`;\
if [ -n "$$log" ] ; then \
echo $$name result ; \
- echo $$log ; \
+ echo "$$log" ; \
fi ; \
rm -f result.$$name err.$$name; \
done)