summaryrefslogtreecommitdiff
path: root/test/run_tests.sh
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-09-22 19:07:08 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-09-22 19:07:08 +0200
commit9a28475bba88b711b7075b58473b7e5b5df1f393 (patch)
tree73cdf56320f14b5fe0fbfb2e930cf7ea025f9117 /test/run_tests.sh
parent28971cd7647a79253000fb33e52b5d2129e5ba62 (diff)
Improved flown analyse event:
* store packet directions * merged direction based IATs * merged direction based PKTLENs Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/run_tests.sh')
-rwxr-xr-xtest/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh
index b333fb44c..a18bf7aef 100755
--- a/test/run_tests.sh
+++ b/test/run_tests.sh
@@ -199,7 +199,7 @@ for out_file in results/*.out; do
nc_pid=$!
${FLOW_INFO} --host 127.0.0.1 --port 9000 \
--no-color --no-statusbar --hide-instance-info \
- --print-analyse-results >"/tmp/nDPId-test-stdout/${result_file}.new" 2>/dev/null
+ --print-analyse-results >"/tmp/nDPId-test-stdout/${result_file}.new" 2>>"/tmp/nDPId-test-stderr/${result_file}"
kill -SIGTERM ${nc_pid} 2>/dev/null
wait ${nc_pid} 2>/dev/null
if [ ! -r "${MYDIR}/results/flow-info/${result_file}" ]; then