From e4962809fded216a2a4af9e1183d71177c88ad66 Mon Sep 17 00:00:00 2001 From: lns Date: Tue, 31 May 2022 10:55:46 +0200 Subject: Force roaring bitmap to use ndpi memory wrappers. GCC analyzer won't complain about possible use-after-free (false positive). * tests/do.sh prints word diff's only once and not the same over and over again * sync unit tests Signed-off-by: lns --- tests/do.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/do.sh.in') diff --git a/tests/do.sh.in b/tests/do.sh.in index 99917f5ae..63d2fa591 100755 --- a/tests/do.sh.in +++ b/tests/do.sh.in @@ -91,7 +91,7 @@ check_results() { echo "$CMD [old vs new]" ${CMD_DIFF} result/$f.out /tmp/reader.out if [ ! -z "${CMD_COLORDIFF}" -a ! -z "${CMD_WDIFF}" ]; then - ${CMD_WDIFF} -n -3 result/$f.out /tmp/reader.out | ${CMD_COLORDIFF} + ${CMD_WDIFF} -n -3 result/$f.out /tmp/reader.out | sort | uniq | ${CMD_COLORDIFF} fi RC=$(( RC + 1 )) fi -- cgit v1.2.3