[narval] remove broken test_print_log method
lgp says "a build log is available at $path" before that's true (it only
copies it there afterwards), so we always said "$path not found".
# XXX only for all-in-one or repository config
options = (
('test-master',
{'type' : 'yn',
'default' : True,
'help': ('Is the repository responsible to automatically start test? '
'You should say yes unless you use a multiple repositories '
'setup, in which case you should say yes on one repository, '
'no on others'),
'group': 'apycot', 'level': 1,
}),
)