提交 9e65f699 编写于 作者: L Lucas Meneghel Rodrigues

Merge pull request #998 from clebergnu/selftests_functional_sysinfo_off

selftests/functional/test_replay.py: fix typo that caused sysinfo col…
......@@ -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.
先完成此消息的编辑!
想要评论请 注册