From e1352fa7f5c8f565cc894f29e333745260ad853b Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 25 Feb 2013 13:50:48 -0500 Subject: bcfg2-test: added option to spawn multiple child processes to run tests (cherry picked from commit 6fcce024d45c0f6312b17c19140272f192f18841) Signed-off-by: Sol Jerome Conflicts: src/lib/Bcfg2/Options.py src/sbin/bcfg2-test --- src/sbin/bcfg2-test | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sbin/bcfg2-test') diff --git a/src/sbin/bcfg2-test b/src/sbin/bcfg2-test index f13240879..2065825ec 100755 --- a/src/sbin/bcfg2-test +++ b/src/sbin/bcfg2-test @@ -136,6 +136,7 @@ class ClientTest(TestCase): "Configuration contains unknown packages: %s" % \ ", ".join(unknown_pkgs) + # check for render failures failures = [] msg = output + ["Failures:"] for failure in config.xpath('//*[@failure]'): -- cgit v1.2.3-1-g7c22