aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-18 15:39:12 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-18 15:39:12 +0000
commit6de14cd99b375fe787d0f19954a6f97365913c66 (patch)
tree527463e2ee5417b48b38efc918fa5a3d621004e2 /test/suite-capture.sh
parentb0f4928ab2206ff823cb6fa01dc0acccbb07011c (diff)
Disable software updates in a blind attempt to fix the recent test
failures. svn path=/trunk/; revision=48391
Diffstat (limited to 'test/suite-capture.sh')
-rwxr-xr-xtest/suite-capture.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index 16b5719c5e..605c869fb7 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -29,7 +29,7 @@ EXIT_OK=0
EXIT_COMMAND_LINE=1
EXIT_ERROR=2
-WIRESHARK_CMD="$WIRESHARK -k"
+WIRESHARK_CMD="$WIRESHARK -o gui.update.enabled:FALSE -k"
capture_test_output_print() {
wait
@@ -483,4 +483,3 @@ capture_suite() {
# vi: set shiftwidth=8 tabstop=8 noexpandtab:
# :indentSize=8:tabSize=8:noTabs=false:
#
-