Displaying 2 results from an estimated 2 matches for "9bbb1e99".
Did you mean:
9b0bee99
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
...be intermediary of the
> final rule (I'm guessing $PROGRAM) that I can add a few steps before the
> diff?
>
> cheers,
> --renato
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130402/9bbb1e99/attachment.html>
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
Hi all,
Looking into ClamAV, it seems that the output is highly asynchronous, so a
simple diff is obviously bogus. Since the output is mainly a report of
what's happening, without any logical sequence, I can sort both outputs and
diff them, for a similar (though not perfect) result. If you sort
clamscan.out-nat and clamscan.out-simple, you'll see that they're identical.
I'm not