URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8405a7d06970ae0fa553a130ab03f38dec263a02
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
8405a7d 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/28005
Actions performed:
from 94390dc More debugging for bug 14738.
adds 8405a7d 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(-)