diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-28 05:47:29 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-06-28 05:47:29 +0000 |
commit | 543e37ab8f2a9b099a06939fe1f509700621ee79 (patch) | |
tree | 242c8048d6ffcf9d74cc2c327e7fe917bd9af946 /regress/usr.sbin | |
parent | 596d9c453238ef5e80f2b7f5f414b4aedcbca5cb (diff) |
Remove some debug echos
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/bgpd/integrationtests/mrt.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/regress/usr.sbin/bgpd/integrationtests/mrt.sh b/regress/usr.sbin/bgpd/integrationtests/mrt.sh index c54ccc5bf20..d3b259b3f0a 100644 --- a/regress/usr.sbin/bgpd/integrationtests/mrt.sh +++ b/regress/usr.sbin/bgpd/integrationtests/mrt.sh @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: mrt.sh,v 1.1 2019/06/22 08:26:26 claudio Exp $ +# $OpenBSD: mrt.sh,v 1.2 2019/06/28 05:47:28 claudio Exp $ set -e @@ -8,12 +8,9 @@ BGPDCONFIGDIR=$2 RDOMAIN1=$3 error_notify() { - echo cleanup pkill -T ${RDOMAIN1} bgpd || true sleep 1 - echo cleanup rdomain route -qn -T ${RDOMAIN1} flush || true - echo cleanup interfaces ifconfig mpe${RDOMAIN1} destroy || true ifconfig lo${RDOMAIN1} destroy || true if [ $1 -ne 0 ]; then |