[clutter/clutter-1.18] conform: Ensure to disable diagnostic messages



commit 02ffeac849c5332374a15c771e765c59d3b7f54d
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Jun 25 12:04:44 2014 +0100

    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>

 tests/conform/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/conform/Makefile.am b/tests/conform/Makefile.am
index 54b84a0..4568d17 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" ; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]