On Tue, Mar 12, 2013 at 12:42:12AM -0300, Lucas Meneghel Rodrigues wrote: > > @@ -114,6 +116,9 @@ class CommandParser(object): > > pkgmgr.install_pkg(name, 'test', pkg_dir, install_dir, > > repo_url=url) > > > > + if self.internal_fetch: > > + return test_name > > There's no test name present on this scope. Perhaps you meant name?
Actually, I think this is leftover code from another idea. Originally when I wrote the boot strap stuff, I had the harness 'fetch' the control file using the cmdparser's fetch function. Later I realized it wasn't very efficient (and I wanted it cached in the offline case), so I abadoned it and the let the harness itself take care of it. I will just remove it after verifying that. Thanks for catching it. Cheers, Don _______________________________________________ Beaker-devel mailing list Beaker-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/beaker-devel