BIND 10 trac2641_3, updated. 7c623395e4217f10a57a7c312c2e4066ac7c77bd [2641] Fix test env variable (fix distcheck)

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 1 03:48:02 UTC 2013


The branch, trac2641_3 has been updated
       via  7c623395e4217f10a57a7c312c2e4066ac7c77bd (commit)
      from  90251f717001cf297ea3e203777918b8614b2f0d (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 7c623395e4217f10a57a7c312c2e4066ac7c77bd
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Mar 1 09:17:46 2013 +0530

    [2641] Fix test env variable (fix distcheck)

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

Summary of changes:
 src/bin/cmdctl/tests/b10-certgen_test.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/tests/b10-certgen_test.py b/src/bin/cmdctl/tests/b10-certgen_test.py
index d54efa3..3cc61e5 100644
--- a/src/bin/cmdctl/tests/b10-certgen_test.py
+++ b/src/bin/cmdctl/tests/b10-certgen_test.py
@@ -172,8 +172,8 @@ class TestCertGenTool(unittest.TestCase):
         """
         Tests a few pre-created certificates with the -c option
         """
-        if ('CMDCTL_SRC_PATH' in os.environ):
-            path = os.environ['CMDCTL_SRC_PATH'] + "/tests/testdata/"
+        if ('CMDCTL_TESTDATA_PATH' in os.environ):
+            path = os.environ['CMDCTL_TESTDATA_PATH'] + "/tests/testdata/"
         else:
             path = "testdata/"
         self.validate_certificate(10, path + 'expired-certfile.pem')



More information about the bind10-changes mailing list