diff options
author | lns <matzeton@googlemail.com> | 2022-10-01 22:37:25 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-10-01 22:37:25 +0200 |
commit | 49ea4f847427846e668054704d6e997757805c0b (patch) | |
tree | 67e2026ee10f9a572d109ebed24fae7744238d83 /test/run_tests.sh | |
parent | b6060b897e629d3bf16a50842cd9da89ea172621 (diff) |
Small fixes.
Signed-off-by: lns <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 a18bf7aef..30efe03e4 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>>"/tmp/nDPId-test-stderr/${result_file}" + --print-analyse-results --print-hostname >"/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 |