summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-06-25 12:04:44 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2014-06-26 01:32:25 +0100
commit02ffeac849c5332374a15c771e765c59d3b7f54d (patch)
tree34cd483af29889699878cd8c38118a4798b609cb
parent0be75171aced7805891489063039f79239dfb02e (diff)
downloadclutter-02ffeac849c5332374a15c771e765c59d3b7f54d.tar.gz
conform: Ensure to disable diagnostic messages
We don't want tests to fail for deprecation messages; we already disable deprecation warnings from the compiler for the same reason. (cherry picked from commit 9c9b37cb210db79efc95f037d565587e3fbb7fd3) Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
-rw-r--r--tests/conform/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 54b84a0c8..4568d1794 100644
--- a/tests/conform/Makefile.am
+++ b/tests/conform/Makefile.am
@@ -75,6 +75,8 @@ script_tests = \
test-script-timeline-markers.json \
test-state-1.json
+TESTS_ENVIRONMENT += G_ENABLE_DIAGNOSTIC=0 CLUTTER_ENABLE_DIAGNOSTIC=0
+
# simple rules for generating a Git ignore file for the conformance test suite
$(srcdir)/.gitignore: Makefile
$(AM_V_GEN)( echo "/*.trs" ; \