eliminate unnecessary waiting in allow-query test

- grep in the log to see if configuration is finished rather
  than sleeping for 5 seconds
This commit is contained in:
Evan Hunt
2018-02-26 16:48:42 -08:00
parent ffc3e73c36
commit a9b6bed6af
49 changed files with 60 additions and 370 deletions

View File

@@ -30,7 +30,7 @@ view "internal" {
zone "normal.example" {
type master;
file "normal.db";
file "generic.db";
allow-query { any; };
};