Changeset 13914 in hybrid


Ignore:
Timestamp:
Jun 13, 2017, 8:15:20 PM (8 years ago)
Author:
rick
Message:

drill is not the right tool for the job, very long timeout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/files/tools/nameserver-shuffle

    r13911 r13914  
    3737    $verbose && printf "## Testing nameserver %-16s query time: " $NAMESERVER
    3838    # Strict checking to avoid buggy links to return decent results.
    39     QUERY_TIME=`drill -Q SOA wleiden.net @$NAMESERVER | awk '/Query time:/ {print $4}'`
     39    QUERY_TIME=`drill SOA wleiden.net @$NAMESERVER 2>/dev/null | awk '/Query time:/ {print $4}'`
    4040    # Failed to complete succesfully
    4141    [ -z "$QUERY_TIME" ] && QUERY_TIME="9999"
Note: See TracChangeset for help on using the changeset viewer.