Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/ipsec Enable DEBUG for babylon5



details:   https://anonhg.NetBSD.org/src/rev/9e2345d4e71e
branches:  trunk
changeset: 824669:9e2345d4e71e
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Jun 14 02:33:37 2017 +0000

description:
Enable DEBUG for babylon5

diffstat:

 tests/net/ipsec/t_ipsec_gif.sh  |  4 ++--
 tests/net/ipsec/t_ipsec_l2tp.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r a00c25de2f3c -r 9e2345d4e71e tests/net/ipsec/t_ipsec_gif.sh
--- a/tests/net/ipsec/t_ipsec_gif.sh    Wed Jun 14 02:32:29 2017 +0000
+++ b/tests/net/ipsec/t_ipsec_gif.sh    Wed Jun 14 02:33:37 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ipsec_gif.sh,v 1.5 2017/05/12 02:34:45 ozaki-r Exp $
+#      $NetBSD: t_ipsec_gif.sh,v 1.6 2017/06/14 02:33:37 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -33,7 +33,7 @@
 BUS_TUNNEL=./bus_ipsec_tunnel
 BUS_REMOTE=./bus_ipsec_remote
 
-DEBUG=${DEBUG:-false}
+DEBUG=${DEBUG:-true}
 
 make_gif_pktstr()
 {
diff -r a00c25de2f3c -r 9e2345d4e71e tests/net/ipsec/t_ipsec_l2tp.sh
--- a/tests/net/ipsec/t_ipsec_l2tp.sh   Wed Jun 14 02:32:29 2017 +0000
+++ b/tests/net/ipsec/t_ipsec_l2tp.sh   Wed Jun 14 02:33:37 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ipsec_l2tp.sh,v 1.5 2017/05/12 02:34:45 ozaki-r Exp $
+#      $NetBSD: t_ipsec_l2tp.sh,v 1.6 2017/06/14 02:33:37 ozaki-r Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -33,7 +33,7 @@
 BUS_TUNNEL=./bus_ipsec_tunnel
 BUS_REMOTE=./bus_ipsec_remote
 
-DEBUG=${DEBUG:-false}
+DEBUG=${DEBUG:-true}
 
 make_l2tp_pktstr()
 {



Home | Main Index | Thread Index | Old Index