Re: [Piglit] [PATCH 1/2] framework: move get_config() to core

2014-07-16 Thread Dylan Baker
On Wednesday, July 16, 2014 11:18:57 AM Thomas Wood wrote: > Move framework.programs.run._get_config() to framework.core.get_config() so > that it can be used elsewhere. > > Signed-off-by: Thomas Wood > --- > framework/core.py| 23 +++ > framework/programs

[Piglit] [PATCH 1/2] framework: move get_config() to core

2014-07-16 Thread Thomas Wood
Move framework.programs.run._get_config() to framework.core.get_config() so that it can be used elsewhere. Signed-off-by: Thomas Wood --- framework/core.py| 23 +++ framework/programs/run.py| 27 ++- framework/tests/inte