* [PATCH] tests: shell: remove stray debug flag.
@ 2021-12-15 18:43 Jeremy Sowden
2021-12-15 18:47 ` Jeremy Sowden
2021-12-15 21:51 ` Pablo Neira Ayuso
0 siblings, 2 replies; 3+ messages in thread
From: Jeremy Sowden @ 2021-12-15 18:43 UTC (permalink / raw)
To: Netfilter Devel
0040mark_shift_0 was passing --debug=eval to nft. Remove it.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
---
tests/shell/testcases/chains/0040mark_shift_0 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/shell/testcases/chains/0040mark_shift_0 b/tests/shell/testcases/chains/0040mark_shift_0
index 55447f0b9737..ef3dccfa049a 100755
--- a/tests/shell/testcases/chains/0040mark_shift_0
+++ b/tests/shell/testcases/chains/0040mark_shift_0
@@ -8,4 +8,4 @@ RULESET="
add rule t c oif lo ct mark set (meta mark | 0x10) << 8
"
-$NFT --debug=eval -f - <<< "$RULESET"
+$NFT -f - <<< "$RULESET"
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tests: shell: remove stray debug flag.
2021-12-15 18:43 [PATCH] tests: shell: remove stray debug flag Jeremy Sowden
@ 2021-12-15 18:47 ` Jeremy Sowden
2021-12-15 21:51 ` Pablo Neira Ayuso
1 sibling, 0 replies; 3+ messages in thread
From: Jeremy Sowden @ 2021-12-15 18:47 UTC (permalink / raw)
To: Netfilter Devel
[-- Attachment #1: Type: text/plain, Size: 787 bytes --]
On 2021-12-15, at 18:43:41 +0000, Jeremy Sowden wrote:
> 0040mark_shift_0 was passing --debug=eval to nft. Remove it.
>
> Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
> ---
> tests/shell/testcases/chains/0040mark_shift_0 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/shell/testcases/chains/0040mark_shift_0 b/tests/shell/testcases/chains/0040mark_shift_0
> index 55447f0b9737..ef3dccfa049a 100755
> --- a/tests/shell/testcases/chains/0040mark_shift_0
> +++ b/tests/shell/testcases/chains/0040mark_shift_0
> @@ -8,4 +8,4 @@ RULESET="
> add rule t c oif lo ct mark set (meta mark | 0x10) << 8
> "
>
> -$NFT --debug=eval -f - <<< "$RULESET"
> +$NFT -f - <<< "$RULESET"
> --
> 2.34.1
>
>
Forgot to set the subject-prefix to "nft".
Apologies,
J.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tests: shell: remove stray debug flag.
2021-12-15 18:43 [PATCH] tests: shell: remove stray debug flag Jeremy Sowden
2021-12-15 18:47 ` Jeremy Sowden
@ 2021-12-15 21:51 ` Pablo Neira Ayuso
1 sibling, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2021-12-15 21:51 UTC (permalink / raw)
To: Jeremy Sowden; +Cc: Netfilter Devel
On Wed, Dec 15, 2021 at 06:43:41PM +0000, Jeremy Sowden wrote:
> 0040mark_shift_0 was passing --debug=eval to nft. Remove it.
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-15 21:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 18:43 [PATCH] tests: shell: remove stray debug flag Jeremy Sowden
2021-12-15 18:47 ` Jeremy Sowden
2021-12-15 21:51 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox