Wireshark-commits: [Wireshark-commits] master-2.2 431683a: Send the "Command and args:" message to

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

Commits:

431683a 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>
    (cherry picked from commit 4af23446b697602e51831ca7fce59a9c9d284003)
    Reviewed-on: https://code.wireshark.org/review/28006
    

Actions performed:

    from  151a3ee   More debugging for bug 14738.
    adds  431683a   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(-)