1. 24 4月, 2016 1 次提交
    • C
      tests: consistently source test-lib.sh in scripts · 856e84a5
      Cole Robinson 提交于
      This unifies the test scripts to all use the similar pattern added for
      schematests in ace4aecd. This gives the following
      
      - Enables running all tests from outside of tests/ dir
      - Drops redundant abs_* definitions, which are set by test-lib.sh
      - Drops unnecessary srcdir variable which was only used for sourcing
          test-lib.sh
      
      Behavior changes:
      
      - srcdir can no longer be overwritten, but I don't know why anyone would
          really need to...
      - Script VERBOSE setting no longer prints commands executed by test-lib.sh.
          if anyone cares I suggest handling this in test-lib.sh which already
          has other verbose style handling
      856e84a5
  2. 09 1月, 2016 1 次提交
  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. 09 1月, 2010 1 次提交
    • J
      fix 7 "make check" test failures in non-srcdir build · e6abf3d8
      Jim Meyering 提交于
      * tests/capabilityschematest: Define and use $srcdir.
      * tests/domainschematest: Likewise.
      * tests/interfaceschematest: Likewise.
      * tests/networkschematest: Likewise.
      * tests/nodedevschematest: Likewise.
      * tests/storagepoolschematest: Likewise.
      * tests/storagevolschematest: Likewise.
      e6abf3d8
  5. 17 10月, 2009 1 次提交
  6. 16 10月, 2009 1 次提交
  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 次提交