提交 a32a2ad8 编写于 作者: C Cleber Rosa

selftests/functional/test_replay.py: fix typo that caused sysinfo collection

I noticed during a run of the self test suite that system information
was being collected (`rpm -qa` and the like can usually be seen using
quite a few resources).

It looks like this little typo was causing that.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 a53be69e
......@@ -45,7 +45,7 @@ class ReplayTests(unittest.TestCase):
def test_run_replay_noid(self):
cmd_line = ('./scripts/avocado run --replay %s'
'--job-results-dir %s --replay-data-dir %s--sysinfo=off' %
'--job-results-dir %s --replay-data-dir %s --sysinfo=off' %
('foo', self.tmpdir, self.jobdir))
expected_rc = exit_codes.AVOCADO_JOB_FAIL
self.run_and_check(cmd_line, expected_rc)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册