aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Risko <gergely+context@risko.hu>2009-09-10 13:48:40 +0300
committerGergely Risko <gergely+context@risko.hu>2009-09-10 13:48:40 +0300
commit131b5f7994360531f688bfe33aff17f4e5a53fcb (patch)
tree0302c6d007d09018d41daae1f25447693d91c99f
parent51d46276d0269521f6b0da8c6a4b2d772bbba750 (diff)
Disable stderr during make check-sum.
-rw-r--r--libcontextsubscriber/unit-tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontextsubscriber/unit-tests/Makefile.am b/libcontextsubscriber/unit-tests/Makefile.am
index 697e6ebb..726ebfe4 100644
--- a/libcontextsubscriber/unit-tests/Makefile.am
+++ b/libcontextsubscriber/unit-tests/Makefile.am
@@ -9,7 +9,7 @@ SUBDIRS = $(SUBDIRSTESTS) util
check-sum: all
@list='$(SUBDIRSTESTS)'; for subdir in $$list; do \
- (cd $$subdir && tput bold && echo $$subdir:\ && tput sgr0 && ( $(MAKE) $(AM_MAKEFLAGS) check | grep '^Total' | grep -v '^make' ) ) \
+ (cd $$subdir && tput bold && echo $$subdir:\ && tput sgr0 && ( $(MAKE) $(AM_MAKEFLAGS) check 2>/dev/null | grep '^Total' | grep -v '^make' ) ) \
done
coverage: covoptioncheck