diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-22 19:07:08 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-22 19:07:08 +0200 |
commit | 9a28475bba88b711b7075b58473b7e5b5df1f393 (patch) | |
tree | 73cdf56320f14b5fe0fbfb2e930cf7ea025f9117 /test/run_tests.sh | |
parent | 28971cd7647a79253000fb33e52b5d2129e5ba62 (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-x | test/run_tests.sh | 2 |
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 |