diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-07-16 16:12:16 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-07-16 16:12:16 +0200 |
commit | 16a21b95103ca20df2cd61cc5f0d32de72c28480 (patch) | |
tree | 71adccface62637b19558560fe3c922d0df1996f /lib/snmp | |
parent | 2bd279fc9196aa25446d632e6a37bc7bdb102ed8 (diff) | |
download | otp-16a21b95103ca20df2cd61cc5f0d32de72c28480.tar.gz otp-16a21b95103ca20df2cd61cc5f0d32de72c28480.tar.bz2 otp-16a21b95103ca20df2cd61cc5f0d32de72c28480.zip |
snmp: Silence debug in tests
Diffstat (limited to 'lib/snmp')
-rw-r--r-- | lib/snmp/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/snmp/test/Makefile b/lib/snmp/test/Makefile index 546d46a002..f22b7ea8ee 100644 --- a/lib/snmp/test/Makefile +++ b/lib/snmp/test/Makefile @@ -86,7 +86,7 @@ RELSYSDIR = $(RELEASE_PATH)/snmp_test # SNMP FLAGS # ---------------------------------------------------- ifeq ($(SNMP_DEBUG),) - SNMP_DEBUG = d + # SNMP_DEBUG = d endif ifeq ($(SNMP_DEBUG),e) |