]> granicus.if.org Git - pdns/commitdiff
Decrease sleep, don't output result of sdig for randombackend
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 4 Aug 2015 09:41:26 +0000 (11:41 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 4 Aug 2015 09:41:26 +0000 (11:41 +0200)
regression-tests.nobackend/counters/command

index 46019dcb14ea6462cc462e8f09638b27cc521d24..1aa59271d08946dad602e88d5082950503677c1d 100755 (executable)
@@ -10,19 +10,19 @@ rm -f pdns*.pid
   --local-port=$port --socket-dir=./ --no-shuffle --launch=random --no-config \
   --module-dir=../regression-tests/modules &
 
-sleep 5
+sleep 2
 
-../pdns/sdig 127.0.0.1 $port random.example.com A >&2
-../pdns/sdig 127.0.0.1 $port example.com SOA >&2
+../pdns/sdig 127.0.0.1 $port random.example.com A >&2 >/dev/null
+../pdns/sdig 127.0.0.1 $port example.com SOA >&2 >/dev/null
 
-../pdns/sdig 127.0.0.1 $port random.example.com A tcp >&2
-../pdns/sdig 127.0.0.1 $port example.com SOA tcp >&2
+../pdns/sdig 127.0.0.1 $port random.example.com A tcp >&2 >/dev/null
+../pdns/sdig 127.0.0.1 $port example.com SOA tcp >&2 >/dev/null
 
-../pdns/sdig ::1 $port random.example.com A >&2
-../pdns/sdig ::1 $port random.example.com A tcp >&2
+../pdns/sdig ::1 $port random.example.com A >&2 >/dev/null
+../pdns/sdig ::1 $port random.example.com A tcp >&2 >/dev/null
 
-../pdns/sdig ::1 $port example.com SOA >&2
-../pdns/sdig ::1 $port example.com SOA tcp >&2
+../pdns/sdig ::1 $port example.com SOA >&2 >/dev/null
+../pdns/sdig ::1 $port example.com SOA tcp >&2 >/dev/null
 
 ../pdns/pdns_control --config-name= --no-config --socket-dir=./ 'show *' | \
   tr ',' '\n'| grep -v -E '(user-msec|sys-msec|uptime|udp-noport-errors|udp-in-errors|udp-recvbuf-errors|udp-sndbuf-errors|-hit|-miss)' | LC_ALL=C sort