summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2011-02-01 00:57:31 +0200
committerPekka Pessi <Pekka.Pessi@nokia.com>2011-02-02 17:22:06 +0200
commita5028ee9a77c8ed30f8fbc8ee4bc0aea09d1a46e (patch)
tree5d3a6289db71d1aa447c322452086c39921a87af /tests
parent38c94348c26a1673d89f935ce36d6fa682af4277 (diff)
Silence DeprecationWarnings from twisted sip
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 04b14f2..e1d03b3 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -30,7 +30,8 @@ check-twisted:
--sleep=$(CHECK_TWISTED_SLEEP) \
-- $(MAKE) check-TESTS \
TESTS="$(TWISTED_TESTS)" \
- TESTS_ENVIRONMENT="$(TESTS_ENVIRONMENT) $(PYTHON)"
+ TESTS_ENVIRONMENT="$(TESTS_ENVIRONMENT) $(PYTHON)" 2>&1 | \
+ fgrep -v -e DeprecationWarning -e DigestAuthorizer
EXTRA_DIST = \
$(TWISTED_TESTS) \