URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c55d69780b70d9cce78a4ec65b7276a9bca0efb6
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c55d697 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Try to speed up ping-dependent capture tests.
Ping four times a second for ~60 seconds. Save the subprocess PID so that
we can kill it when we're done with each test instead of waiting for it
to finish.
Change-Id: I64f889c700e8a6fa1bc1c3916ef045341ef59cc6
Reviewed-on: https://code.wireshark.org/review/4557
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 70ba2f8 Set err_info to null for errors that don't have an informaton string.
adds c55d697 Try to speed up ping-dependent capture tests.
Summary of changes:
test/suite-capture.sh | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)