aboutsummaryrefslogtreecommitdiff
path: root/myrpki.rototill/yamltest.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-03-04 04:40:28 +0000
committerRob Austein <sra@hactrn.net>2010-03-04 04:40:28 +0000
commit79a42e2ec990faaba8e2f7181a21cfef5b54220a (patch)
tree2f04a4c7c419797c1593cf6cf770c6097480a600 /myrpki.rototill/yamltest.py
parent668fc51ab610b84572792059ead5c3fbcaa1b433 (diff)
Silence noisy OpenSSL invocations.
svn path=/myrpki.rototill/myrpki.py; revision=3019
Diffstat (limited to 'myrpki.rototill/yamltest.py')
-rw-r--r--myrpki.rototill/yamltest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/yamltest.py b/myrpki.rototill/yamltest.py
index a79cee24..e7fbfa2b 100644
--- a/myrpki.rototill/yamltest.py
+++ b/myrpki.rototill/yamltest.py
@@ -498,7 +498,7 @@ class allocation(object):
"""
Run setup.py for this entity.
"""
- print "Running myrpki.py for", self.name, "with arguments", repr(args)
+ print "Running setup.py for", self.name, "with arguments", repr(args)
subprocess.check_call(("python", prog_setup) + args, cwd = self.path())
def run_python_daemon(self, prog):