Wireshark-commits: [Wireshark-commits] master 4af2344: Send the "Command and args:" message to the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 04 Jun 2018 08:22:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4af23446b697602e51831ca7fce59a9c9d284003
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4af2344 by Guy Harris (guy@xxxxxxxxxxxx):

    Send the "Command and args:" message to the right output file.
    
    Send it to same output file that gets the output ofthetest command, so
    that it shows upin the output.
    
    (I spent entirely too much time trying to figure out why 14738 was
    happening on the buildbot but not on my machine - it turns out that the
    test where it was failing was the one where -V *wasn't* specified, so
    the protocol tree *wasn't* being generated, so proto_tree_add_string()
    *wasn't* doing some tests that should have thrown an exception.  The
    output didn't make it clear that the test that was failing was the one
    where the arguments to tshark were -nr, not -nVxr.)
    
    Change-Id: I54e4450029ac56b9ac3d6eff9baf8acc849a5e4c
    Reviewed-on: https://code.wireshark.org/review/28003
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ceeff7d   MAC: Use PINFO_FD_VISITED macro
    adds  4af2344   Send the "Command and args:" message to the right output file.


Summary of changes:
 tools/fuzz-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)