Disable software updates in a blind attempt to fix the recent test

failures.

svn path=/trunk/; revision=48391
This commit is contained in:
Gerald Combs 2013-03-18 15:39:12 +00:00
parent b0f4928ab2
commit 6de14cd99b
1 changed files with 1 additions and 2 deletions

View File

@ -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:
#