summaryrefslogtreecommitdiff
path: root/test/run_tests.sh
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-10-01 22:37:25 +0200
committerlns <matzeton@googlemail.com>2022-10-01 22:37:25 +0200
commit49ea4f847427846e668054704d6e997757805c0b (patch)
tree67e2026ee10f9a572d109ebed24fae7744238d83 /test/run_tests.sh
parentb6060b897e629d3bf16a50842cd9da89ea172621 (diff)
Small fixes.
Signed-off-by: lns <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 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