Source-Changes-HG archive

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

[src/trunk]: src/tests/net/if_gif Enable DEBUG to see what happened on babylon5



details:   https://anonhg.NetBSD.org/src/rev/dc8478d1d05f
branches:  trunk
changeset: 349739:dc8478d1d05f
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Wed Dec 21 09:46:39 2016 +0000

description:
Enable DEBUG to see what happened on babylon5

diffstat:

 tests/net/if_gif/t_gif.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18b4b37dd9af -r dc8478d1d05f tests/net/if_gif/t_gif.sh
--- a/tests/net/if_gif/t_gif.sh Wed Dec 21 09:33:08 2016 +0000
+++ b/tests/net/if_gif/t_gif.sh Wed Dec 21 09:46:39 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_gif.sh,v 1.8 2016/11/25 08:51:16 ozaki-r Exp $
+#      $NetBSD: t_gif.sh,v 1.9 2016/12/21 09:46:39 ozaki-r Exp $
 #
 # Copyright (c) 2015 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -61,7 +61,7 @@
 ROUTER2_GIFIP6_RECURSIVE1=fc00:104::1
 ROUTER2_GIFIP6_RECURSIVE2=fc00:204::1
 
-DEBUG=${DEBUG:-false}
+DEBUG=${DEBUG:-true}
 TIMEOUT=5
 
 setup_router()



Home | Main Index | Thread Index | Old Index