hi, On 04/12/2011 04:02 PM, m.roth at 5-cent.us wrote: > Sorry. Actually, here's a question along those lines: what are you testing > - the build process, or the individual packages? At the moment there is automation around the process, not nearly as much as I'd like - but its there and it works just about good enough. There is very limited functional testing of the packages on the other hand, so the aim is to start with the easy wins and plumb in as many functional tests as possible. In some cases, this might be down to a per package thing : eg. testing if vsftpd is doing what it should, and failing when it should. And in some cases it might be non package related as such. eg: a php file, can deliver content retrieved from mysql over http. So a single test that spans multiple packages. - KB