Browse Source

[trac606] use a local dir for xfrout log to suppress warning in tests.

JINMEI Tatuya 14 years ago
parent
commit
6934390c92
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/system/glue/nsx1/b10-config.db.in

+ 3 - 0
tests/system/glue/nsx1/b10-config.db.in

@@ -2,5 +2,8 @@
  "Auth": {
    "listen_on": [{"address": "10.53.0.1", "port": 5300}],
    "database_file": "@abs_builddir@/zone.sqlite3"
+ },
+ "Xfrout": {
+   "log_file": "@abs_builddir@/Xfrout.log"
  }
 }