Change the default value of DEBUG of stable tests to false

This commit is contained in:
ozaki-r 2017-05-26 01:14:38 +00:00
parent 57aa9c7184
commit b8bb1e4f6c
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: t_icmp6_redirect.sh,v 1.7 2016/11/25 08:51:16 ozaki-r Exp $
# $NetBSD: t_icmp6_redirect.sh,v 1.8 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 Internet Initiative Japan Inc.
# All rights reserved.
@ -42,7 +42,7 @@ IP6IF0_GW2=fc00:1::3
REDIRECT_TIMEOUT=5
DEBUG=${DEBUG:-true}
DEBUG=${DEBUG:-false}
atf_test_case icmp6_redirect_basic cleanup

View File

@ -1,4 +1,4 @@
# $NetBSD: t_gif.sh,v 1.9 2016/12/21 09:46:39 ozaki-r Exp $
# $NetBSD: t_gif.sh,v 1.10 2017/05/26 01:14:38 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:-true}
DEBUG=${DEBUG:-false}
TIMEOUT=5
setup_router()

View File

@ -1,4 +1,4 @@
# $NetBSD: t_ndp.sh,v 1.18 2017/03/03 07:34:04 ozaki-r Exp $
# $NetBSD: t_ndp.sh,v 1.19 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@ -30,7 +30,7 @@ SOCKDST=unix://commsock2
IP6SRC=fc00::1
IP6DST=fc00::2
DEBUG=${DEBUG:-true}
DEBUG=${DEBUG:-false}
TIMEOUT=1
atf_test_case ndp_cache_expiration cleanup

View File

@ -1,4 +1,4 @@
# $NetBSD: t_ra.sh,v 1.26 2017/03/03 07:34:04 ozaki-r Exp $
# $NetBSD: t_ra.sh,v 1.27 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 Internet Initiative Japan Inc.
# All rights reserved.
@ -44,7 +44,7 @@ PIDFILE3=./rump.rtadvd.pid3
PIDFILE4=./rump.rtadvd.pid4
CONFIG=./rtadvd.conf
WAITTIME=2
DEBUG=${DEBUG:-true}
DEBUG=${DEBUG:-false}
init_server()
{

View File

@ -1,4 +1,4 @@
# $NetBSD: t_ipv6address.sh,v 1.12 2016/12/14 02:50:42 ozaki-r Exp $
# $NetBSD: t_ipv6address.sh,v 1.13 2017/05/26 01:14:38 ozaki-r Exp $
#
# Copyright (c) 2015 Internet Initiative Japan Inc.
# All rights reserved.
@ -41,7 +41,7 @@ BUS2=bus2
BUSSRC=bus_src
BUSDST=bus_dst
DEBUG=${DEBUG:-true}
DEBUG=${DEBUG:-false}
TIMEOUT=3
atf_test_case linklocal cleanup