summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-06-02 17:23:31 +0000
committerBastien Nocera <hadess@hadess.net>2008-06-02 17:23:31 +0000
commit9d4b8feec9e95e854f63efa76ec4361f1b62c9d5 (patch)
tree03e520c7c590c6088c7d7e7d91c06f4af30d0e04 /Makefile.am
parent0f39f669e23e998ed7e88d65a2951b4b1849e9fe (diff)
downloadshared-mime-info-9d4b8feec9e95e854f63efa76ec4361f1b62c9d5.tar.gz
* freedesktop.org.xml.in: Fix pack200 magic, remove useless gtkrc
mime-type (doesn't match gtk+ 2.0 config files, and no need for mime-types for dot files) * Makefile.am: When the test suite fails, relaunch it with more verbose so we can fix the error * tests/list: MicroDVD subs can now be matched
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fee7a6ef..4fe07a90 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,7 @@ check:
mkdir -p $(top_builddir)/temp-mime-dir/mime/packages ; \
cp -a $(top_builddir)/freedesktop.org.xml $(top_builddir)/temp-mime-dir/mime/packages/ ; \
XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" $(top_builddir)/update-mime-database "$(top_builddir)/temp-mime-dir/mime/" ; \
- XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" ../xdgmime/src/test-mime-data -v tests/list || exit 1; \
+ XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" ../xdgmime/src/test-mime-data -v tests/list || (XDG_DATA_DIRS="$(top_builddir)/temp-mime-dir/" ../xdgmime/src/test-mime-data -v -v tests/list ; exit 1); \
rm -rf "$(top_builddir)/temp-mime-dir/" ; \
fi
@if `grep comment $(srcdir)/freedesktop.org.xml.in | grep -v _comment | grep -q -v '<!'` ; then \