X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FPing.pm;h=e2c7665e285d0cf3c20a99d7c86e6cfa4c876dc2;hb=d3cce213cda04240eefaca5ef8652e071b0be7cb;hp=080854f68a833570bfd04a401300a6ffc6826817;hpb=6ec7fb1d4d7f5f2b92109b6ee56e5fc806502786;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Ping.pm b/lib/ZOOM/IRSpy/Test/Ping.pm index 080854f..e2c7665 100644 --- a/lib/ZOOM/IRSpy/Test/Ping.pm +++ b/lib/ZOOM/IRSpy/Test/Ping.pm @@ -1,4 +1,4 @@ -# $Id: Ping.pm,v 1.7 2006-07-21 11:27:33 mike Exp $ +# $Id: Ping.pm,v 1.10 2006-07-24 17:02:20 mike Exp $ # See the "Main" test package for documentation @@ -35,8 +35,9 @@ sub maybe_connected { my $rec = $irspy->record($conn); $irspy->log("irspy_test", $conn->option("host"), ($ok ? "" : " not"), " connected"); + $rec->append_entry("irspy:status", "" . + $irspy->isodate(time()) . ""); $conn->option(pod_omit => 1) if !$ok; - ### At this point we should note the successful connection in $rec return 0; }