aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2017-11-14 16:24:42 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2017-11-14 16:27:08 +0000
commitb4fc532372f0add6bf1434a54aa1a3a457ab3a88 (patch)
tree51ae7247a5a79d2004ce2213c9aee0eca3009a53 /test
parent3006ffa615d02dabe7431394b07e8b2d9888ca41 (diff)
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>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index f35c0c48dd..345a8198da 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -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!