1. 05 8月, 2016 6 次提交
  2. 04 8月, 2016 28 次提交
  3. 03 8月, 2016 4 次提交
  4. 02 8月, 2016 2 次提交
    • P
      virsh: qemu-monitor-command: Don't print extra newline with --pretty · 8dbc95cb
      Peter Krempa 提交于
      The prettified JSON string already contains a newline so don't print
      another one. This allows to pipe the json output (in conjunction with
      the --quiet option) to files without having to truncate them afterwards.
      8dbc95cb
    • P
      tests: Make schema test fail on XML schema errors · 27bdc0af
      Peter Krempa 提交于
      Failure to parse the schema file would not trigger a test suite failure.
      
      In addition to making the test fail it's necessary to split up the
      parsing of the schema file into a separate test.
      
      This is necessary as the XML validator uses libvirt errors to report
      problems parsing of the actual schema RNG needs to be split out into a
      separate function and called via virTestRun which has the
      infrastructure to report them.
      27bdc0af