1. 21 12月, 2011 1 次提交
    • E
      tests: run schema checks in sorted order · 6fdbce12
      Eric Blake 提交于
      Having a test that depends on file system timestamps and/or inode
      allocation order gives non-deterministic output.
      
      * tests/schematestutils.sh: Run test in deterministic order.
      6fdbce12
  2. 14 4月, 2010 1 次提交
  3. 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
  4. 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
  5. 17 10月, 2009 1 次提交
  6. 16 10月, 2009 1 次提交
  7. 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
  8. 27 1月, 2009 1 次提交
  9. 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
  10. 07 10月, 2008 1 次提交
  11. 08 8月, 2008 1 次提交
  12. 01 8月, 2008 2 次提交