aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-02 17:02:13 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-03 00:02:56 +0000
commitbdfff4d3c7c658bd7621fb254d924ac9f228ca10 (patch)
treeaca02547ad59d8404ca5e4d2ce9e411e6f381996 /test
parent242a1e501262000446d07f6b661489a8b9d8869c (diff)
Re-enable the Wireshark test suite.
Change-Id: Icfd9edb8c6ef7620878bc9d60c8dcc569ad2abad Reviewed-on: https://code.wireshark.org/review/4434 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index dbb0e4a3d2..8c6958a777 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -515,7 +515,7 @@ capture_suite() {
test_remark_add "Capture - need some traffic on interface: \"$TRAFFIC_CAPTURE_IFACE\""
test_suite_add "Dumpcap capture" dumpcap_capture_suite
test_suite_add "TShark capture" tshark_capture_suite
- #test_suite_add "Wireshark capture" wireshark_capture_suite
+ test_suite_add "Wireshark capture" wireshark_capture_suite
test_suite_add "Wireshark 1 capture" wireshark_gtk_capture_suite
}