aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/test/Makefile
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-07-16 16:12:16 +0200
committerBjörn-Egil Dahlberg <[email protected]>2013-07-16 16:12:16 +0200
commit16a21b95103ca20df2cd61cc5f0d32de72c28480 (patch)
tree71adccface62637b19558560fe3c922d0df1996f /lib/snmp/test/Makefile
parent2bd279fc9196aa25446d632e6a37bc7bdb102ed8 (diff)
downloadotp-16a21b95103ca20df2cd61cc5f0d32de72c28480.tar.gz
otp-16a21b95103ca20df2cd61cc5f0d32de72c28480.tar.bz2
otp-16a21b95103ca20df2cd61cc5f0d32de72c28480.zip
snmp: Silence debug in tests
Diffstat (limited to 'lib/snmp/test/Makefile')
-rw-r--r--lib/snmp/test/Makefile2
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)