Wireshark-commits: [Wireshark-commits] master d12561f: Move the Valgrind size check after the capin

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 13 May 2016 03:59:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d12561f61a2569f9dab3c1415efc14075afe2b71
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d12561f by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Move the Valgrind size check after the capinfos check of the file.
    
    That way if we pass a file that doesn't exist to the fuzz-test script we won't
    get errors from 'ls' complaining that the file doesn't exist.
    
    Change-Id: I33f4bd692775e6d3f990adaaa37b7530d343fe52
    Reviewed-on: https://code.wireshark.org/review/15410
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6be20bb   automake: fix wslua generation in out-of-source-tree builds.
    adds  d12561f   Move the Valgrind size check after the capinfos check of the file.


Summary of changes:
 tools/fuzz-test.sh |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)