* [nft PATCH] tests/shell: delete unused variable in run-tests.sh
@ 2016-06-11 10:19 Arturo Borrero Gonzalez
2016-06-15 12:02 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Arturo Borrero Gonzalez @ 2016-06-11 10:19 UTC (permalink / raw)
To: netfilter-devel
This ${TESTS_OUTPUT} variable is empty. Delete it.
It was probably an idea about dinamically redirecting testscases output.
Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
---
tests/shell/run-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/shell/run-tests.sh b/tests/shell/run-tests.sh
index 921080f..b10445d 100755
--- a/tests/shell/run-tests.sh
+++ b/tests/shell/run-tests.sh
@@ -76,7 +76,7 @@ do
rc_spec=$(awk -F${RETURNCODE_SEPARATOR} '{print $NF}' <<< $testfile)
msg_info "[EXECUTING] $testfile"
- test_output=$(NFT=$NFT ${testfile} ${TESTS_OUTPUT} 2>&1)
+ test_output=$(NFT=$NFT ${testfile} 2>&1)
rc_got=$?
echo -en "\033[1A\033[K" # clean the [EXECUTING] foobar line
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [nft PATCH] tests/shell: delete unused variable in run-tests.sh
2016-06-11 10:19 [nft PATCH] tests/shell: delete unused variable in run-tests.sh Arturo Borrero Gonzalez
@ 2016-06-15 12:02 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-06-15 12:02 UTC (permalink / raw)
To: Arturo Borrero Gonzalez; +Cc: netfilter-devel
On Sat, Jun 11, 2016 at 12:19:17PM +0200, Arturo Borrero Gonzalez wrote:
> This ${TESTS_OUTPUT} variable is empty. Delete it.
>
> It was probably an idea about dinamically redirecting testscases output.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-15 12:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-11 10:19 [nft PATCH] tests/shell: delete unused variable in run-tests.sh Arturo Borrero Gonzalez
2016-06-15 12:02 ` 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;
as well as URLs for NNTP newsgroup(s).