BIND 10 trac2641, updated. 1c6e31009f92a17bacee4dec32e0c96a78e90242 [2641] Update the accounts file path for tests to use

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 12 06:44:50 UTC 2013


The branch, trac2641 has been updated
       via  1c6e31009f92a17bacee4dec32e0c96a78e90242 (commit)
      from  c3b2ca8745f4c97be5fa7c9e899d71413422c090 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c6e31009f92a17bacee4dec32e0c96a78e90242
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Feb 12 12:14:00 2013 +0530

    [2641] Update the accounts file path for tests to use

-----------------------------------------------------------------------

Summary of changes:
 src/bin/cmdctl/cmdctl.py.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/cmdctl.py.in b/src/bin/cmdctl/cmdctl.py.in
index e57f607..07b721a 100755
--- a/src/bin/cmdctl/cmdctl.py.in
+++ b/src/bin/cmdctl/cmdctl.py.in
@@ -469,7 +469,7 @@ class CommandControl():
         and user accounts file in source code. '''
         if "B10_FROM_SOURCE" in os.environ:
             sysconf_path = os.environ["B10_FROM_SOURCE"] + "/src/bin/cmdctl/"
-            accountsfile  = sysconf_path + "cmdctl-accounts.csv"
+            accountsfile = sysconf_path + "tests/testdata/cmdctl-accounts.csv"
             keyfile = sysconf_path + "cmdctl-keyfile.pem"
             certfile = sysconf_path + "cmdctl-certfile.pem"
             return (keyfile, certfile, accountsfile)



More information about the bind10-changes mailing list