From c028ab7b8acba2865ab9781dcd14f1e7ad5b114e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 19 Aug 2014 18:55:18 +0200 Subject: [PATCH] testnode: typo --- erp5/util/testnode/testnode.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp5/util/testnode/testnode.py b/erp5/util/testnode/testnode.py index e7994b3f00..984e599648 100644 --- a/erp5/util/testnode/testnode.py +++ b/erp5/util/testnode/testnode.py @@ -350,7 +350,7 @@ from the distributor.") elif my_test_type == 'ScalabilityTest': runner = ScalabilityTestRunner(self) else: - log("testnode, Runner type not implemented.", my_test_type) + log("testnode, Runner type %s not implemented.", my_test_type) raise NotImplementedError log("Type of current test is %s" % (my_test_type,)) # master testnode gets test_suites, slaves get nothing @@ -372,7 +372,7 @@ from the distributor.") elif my_test_type == 'ScalabilityTest': runner = ScalabilityTestRunner(node_test_suite) else: - log("testnode, Runner type not implemented.", my_test_type) + log("testnode, Runner type %s not implemented.", my_test_type) raise NotImplementedError # XXX: temporary hack to prevent empty test_suite -- 2.30.9