1. 14 4月, 2010 1 次提交
  2. 24 3月, 2010 1 次提交
    • J
      tests: shell script portability and clean-up · ca7db6cb
      Jim Meyering 提交于
      * tests/test-lib.sh: "echo -n" is not portable.  Use printf instead.
      Remove unnecessary uses of "eval-in-subshell" (subshell is sufficient).
      Remove uses of tests' -a operator; it is not portable.
      Instead, use "test cond && test cond2".
      * tests/schematestutils.sh: Replace use of test's -a.
      ca7db6cb
  3. 16 1月, 2010 1 次提交
    • D
      Make test suite output less verbose · e8ac4a79
      Daniel P. Berrange 提交于
      Only print out '.' for each test case, full test output can be
      re-enabled with VIR_TEST_VERBOSE=1, or VIR_TEST_DEBUG=XXXX
      
      Sample output now looks like
      
        TEST: statstest
              ........................................ 40
              ...................................      75  OK
        PASS: statstest
        TEST: qparamtest
              ................................         32  OK
        PASS: qparamtest
        TEST:
              ............                             12  OK
      e8ac4a79
  4. 17 10月, 2009 1 次提交
  5. 16 10月, 2009 1 次提交
  6. 16 7月, 2009 1 次提交
    • D
      netcf XML validation and input and output tests · 788c3151
      Daniel Veillard 提交于
      * tests/interfaceschematest: test all XML data against the interface
        schemas
      * tests/interfacexml2xmltest.c: parse and reserialize all XML data
        and check the output is identical
      * tests/Makefile.am: hook up the tests
      * tests/.gitignore: add ignore test
      788c3151
  7. 27 1月, 2009 1 次提交
  8. 25 11月, 2008 1 次提交
    • J
      don't silently skip a test · d5ae2c88
      Jim Meyering 提交于
      * tests/Makefile.am (EXTRA_DIST): Distribute domainschemadata/.
      * tests/domainschematest: Fail the test if find invocation fails.
      d5ae2c88
  9. 07 10月, 2008 1 次提交
  10. 08 8月, 2008 1 次提交
  11. 01 8月, 2008 2 次提交