Windows tests:

Add some debug info to the failing tests by displaying
the LANG var.

Change-Id: I0a7316d06a6aca035b46c3e6211ac8e93425e295
Reviewed-on: https://code.wireshark.org/review/24407
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2017-11-14 16:24:42 +00:00
parent 3006ffa615
commit b4fc532372
1 changed files with 3 additions and 0 deletions

View File

@ -444,6 +444,9 @@ wireshark_capture_suite() {
return
fi
# Debugging info
test_remark_add "Language: $LANG"
DUT="$WIRESHARK_CMD"
test_step_add "Capture 10 packets" capture_step_10packets
# piping to stdout doesn't work with Wireshark and capturing!