[evolution-data-server/wip/gtester] Remove --verbose as it soesn't store messages in the report



commit b4b5e02e3bcd3ccc4c1333cf84c269d7f9dde4fa
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Mar 11 12:54:53 2013 +0100

    Remove --verbose as it soesn't store messages in the report

 Makefile.gtester |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.gtester b/Makefile.gtester
index e68c3e1..3398d0b 100644
--- a/Makefile.gtester
+++ b/Makefile.gtester
@@ -9,7 +9,7 @@ test: test-nonrecursive
 
 # test-nonrecursive: run tests only in cwd
 test-nonrecursive: ${TESTS}
-       @test -z "${TESTS}" || G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 
256)) gtester --verbose ${TESTS}
+       @test -z "${TESTS}" || G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 
256)) gtester ${TESTS}
 
 # test-report: run tests in subdirs and generate report
 # perf-report: run tests in subdirs with -m perf and generate report
@@ -22,9 +22,9 @@ test-report perf-report full-report:  ${TESTS}
          full-report) test_options="-k -m=perf -m=slow";; \
          esac ; \
          if test -z "$$GTESTER_LOGDIR" ; then  \
-           gtester --verbose $$test_options -o test-report.xml ${TESTS} || true ; \
+           gtester $$test_options -o test-report.xml ${TESTS} || true ; \
          elif test -n "${TESTS}" ; then \
-           gtester --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TESTS} || true ; \
+           gtester $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TESTS} || true ; \
          fi ; \
        }
        @ ignore_logdir=true ; \


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