Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2022 13:15:05 GMT
From:      Kristof Provost <kp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7f55a9b490cc - main - pf tests: remove a stray 'set -x'
Message-ID:  <202202171315.21HDF5wd008024@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kp:

URL: https://cgit.FreeBSD.org/src/commit/?id=7f55a9b490cc792491eebb50e46680b8eb2153ee

commit 7f55a9b490cc792491eebb50e46680b8eb2153ee
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2022-02-17 12:40:41 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2022-02-17 12:40:41 +0000

    pf tests: remove a stray 'set -x'
    
    'set -x' is very useful when debugging tests, but does not need to be
    left in.
    
    MFC after:      1 week
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 tests/sys/netpfil/pf/table.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/sys/netpfil/pf/table.sh b/tests/sys/netpfil/pf/table.sh
index 9b170b53e9e3..b224f3520bb9 100644
--- a/tests/sys/netpfil/pf/table.sh
+++ b/tests/sys/netpfil/pf/table.sh
@@ -253,7 +253,6 @@ precreate_body()
 {
 	pft_init
 
-set -x
 	vnet_mkjail alcatraz
 
 	jexec alcatraz pfctl -t foo -T add 192.0.2.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202171315.21HDF5wd008024>