From 06c9e437e756fcf3461eaa27e0d42d8913656fae Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Fri, 18 Jan 2008 22:17:40 +0000 Subject: Frame updates (and start of unit-testing) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4266 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sbin') diff --git a/src/sbin/bcfg2 b/src/sbin/bcfg2 index d78f6f9a2..50e5c616a 100755 --- a/src/sbin/bcfg2 +++ b/src/sbin/bcfg2 @@ -235,7 +235,8 @@ class Client: self.tools = Bcfg2.Client.Frame.Frame(self.config, self.setup, - times) + times, self.setup['drivers'], + self.setup['dryrun']) self.tools.Execute() -- cgit v1.2.3-1-g7c22