Disable software updates in a blind attempt to fix the recent test
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 18 Mar 2013 15:39:12 +0000 (15:39 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 18 Mar 2013 15:39:12 +0000 (15:39 +0000)
failures.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@48391 f5534014-38df-0310-8fa8-9805f1628bb7

test/suite-capture.sh

index 16b5719c5ead60726b04970e28614703250f839e..605c869fb72bec27a7774f3e1fe568f5b9b2f94b 100755 (executable)
@@ -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:
 #
-