diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-01-08 02:16:00 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-01-09 11:24:40 +0100 |
commit | 464450486b7021ff5a070c7dfebf45fb542331fd (patch) | |
tree | 4475d141bdcf865257f015db8d424ac52528b6e3 /test/run_tests.sh | |
parent | 655393e953086ec24ee18e07b022c6863c5dda5d (diff) |
bump libnDPI to a944514ddec73f79704f55aab1423e39f4ce7a03
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, 0 insertions, 2 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh index f0e1d7a17..93526418d 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -280,7 +280,6 @@ if [ -x "${NDPISRVD_ANALYSED}" ]; then test ${IS_GIT} -eq 1 && \ mv -v "/tmp/nDPId-test-stdout/${result_file}.csv.new" \ "${MYDIR}/results/flow-analyse/${result_file}" - cat "/tmp/nDPId-test-stderr/${result_file}" TESTS_FAILED=$((TESTS_FAILED + 1)) fi done @@ -332,7 +331,6 @@ if [ -x "${NDPISRVD_COLLECTD}" ]; then test ${IS_GIT} -eq 1 && \ mv -v "/tmp/nDPId-test-stdout/${result_file}.stats.new" \ "${MYDIR}/results/collectd-stats/${result_file}" - cat "/tmp/nDPId-test-stderr/${result_file}" TESTS_FAILED=$((TESTS_FAILED + 1)) fi done |