Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.
[obnox/wireshark/wip.git] / test / config.sh
index a0c0d0ea127e72f142bdec7bc3dff3c09603be2f..2fc5cfb839c24ce32539403c12262c934879a4c4 100755 (executable)
@@ -80,6 +80,9 @@ if [ "$WS_SYSTEM" != "Windows" ] && which mkfifo &>/dev/null ; then
     TEST_FIFO=1
 fi
 
+# Tell Wireshark to quit after capuring packets.
+export WIRESHARK_QUIT_AFTER_CAPTURE="True"
+
 # Display our environment
 
 ##printf "\n ------- Info =-----------------\n"