1. 26 10月, 2018 1 次提交
    • C
      docs/devel/testing.rst: add missing newlines after code block · 92970812
      Cleber Rosa 提交于
      The line immediate following a ".. code::" block is considered
      to contains arguments to the "code directive".  The lack of a
      new line gives me during at parse time:
      
         testing.rst:63: (ERROR/3) Error in "code" directive:
         maximum 1 argument(s) allowed, 3 supplied.
      
         .. code::
           make check-unit V=1
      
         testing.rst:120: (ERROR/3) Error in "code" directive:
         maximum 1 argument(s) allowed, 3 supplied.
      
         .. code::
           make check-qtest V=1
      
      Let's add the missing newlines, both for consistency and to
      avoid the parsing errors.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      Reviewed-by: NJohn Snow <jsnow@redhat.com>
      Message-Id: <20181004161852.11673-6-crosa@redhat.com>
      Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
      92970812
  2. 17 10月, 2018 1 次提交
  3. 15 8月, 2018 1 次提交
  4. 30 7月, 2018 1 次提交
  5. 05 7月, 2018 3 次提交
  6. 16 6月, 2018 1 次提交
  7. 08 2月, 2018 1 次提交
    • F
      docs: Add docs/devel/testing.rst · 4eb99560
      Fam Zheng 提交于
      To make our efforts on QEMU testing easier to consume by contributors,
      let's add a document. For example, Patchew reports build errors on
      patches that should be relatively easy to reproduce with a few steps, and
      it is much nicer if there is such a documentation that it can refer to.
      
      This focuses on how to run existing tests and how to write new test
      cases, without going into the frameworks themselves.
      
      The VM based testing section is moved from tests/vm/README which now
      is a single line pointing to the new doc.
      Signed-off-by: NFam Zheng <famz@redhat.com>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Message-Id: <20180201022046.9425-1-famz@redhat.com>
      Signed-off-by: NFam Zheng <famz@redhat.com>
      4eb99560