aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-10-01 19:16:12 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-02 02:20:07 +0000
commit67f1fa5e568a0ef3be4827642c299560ca59932f (patch)
tree8576c77951012688009ba607cea19a3e8428928c /test
parent58cde5c74accbb7ad843e4b97e64c2b9f74b8854 (diff)
Temporarily disable the Qt tests added in g58cde5c.
Apparently what works for me doesn't work for the Buildbot users. Change-Id: I7d3e4f2b89ae8ae3dadc8d92438c0e1923b97ace Reviewed-on: https://code.wireshark.org/review/4416 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'test')
-rwxr-xr-xtest/suite-capture.sh2
-rwxr-xr-xtest/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index c92a957162..a0606c0be1 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -512,7 +512,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
}
diff --git a/test/test.sh b/test/test.sh
index 879d720088..a676b1f122 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -114,7 +114,7 @@ trap test_cleanup EXIT
test_step_prerequisites() {
NOTFOUND=0
- for i in "$WIRESHARK" "$WIRESHARK_GTK" "$TSHARK" "$CAPINFOS" "$DUMPCAP" ; do
+ for i in "$WIRESHARK_GTK" "$TSHARK" "$CAPINFOS" "$DUMPCAP" ; do
if [ ! -x $i ]; then
echo "Couldn't find $i"
NOTFOUND=1