Module Name:    src
Committed By:   ozaki-r
Date:           Wed Dec 21 09:46:39 UTC 2016

Modified Files:
        src/tests/net/if_gif: t_gif.sh

Log Message:
Enable DEBUG to see what happened on babylon5


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/net/if_gif/t_gif.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/net/if_gif/t_gif.sh
diff -u src/tests/net/if_gif/t_gif.sh:1.8 src/tests/net/if_gif/t_gif.sh:1.9
--- src/tests/net/if_gif/t_gif.sh:1.8	Fri Nov 25 08:51:16 2016
+++ src/tests/net/if_gif/t_gif.sh	Wed Dec 21 09:46:39 2016
@@ -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_DUMMY=fc00:14::1
 ROUTER2_GIFIP6_RECURSIVE1=fc00:104::1
 ROUTER2_GIFIP6_RECURSIVE2=fc00:204::1
 
-DEBUG=${DEBUG:-false}
+DEBUG=${DEBUG:-true}
 TIMEOUT=5
 
 setup_router()

Reply via email to