提交 2f25ef1b 编写于 作者: L Lukáš Doktor

Job: avoid unnecessary output about dynamic datadir

The `datadir` can return different locations based on user access
rights. We state this in documentation, the `avocado config --datadir`
mentions this as well, I don't see a reason for spamming every test
results with this information.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 0118f797
......@@ -361,10 +361,6 @@ class Job(object):
job_log = _TEST_LOGGER
job_log.info('Avocado Data Directories:')
job_log.info('')
job_log.info("Avocado replaces config dirs that can't be accessed")
job_log.info('with sensible defaults. Please edit your local config')
job_log.info('file to customize values')
job_log.info('')
job_log.info('base ' + data_dir.get_base_dir())
job_log.info('tests ' + data_dir.get_test_dir())
job_log.info('data ' + data_dir.get_data_dir())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册