1. 23 8月, 2011 5 次提交
  2. 02 8月, 2011 4 次提交
  3. 01 8月, 2011 4 次提交
  4. 25 7月, 2011 2 次提交
    • J
      Merge branch 'maint' · 4db0d0d1
      Junio C Hamano 提交于
      * maint:
        tests: print failed test numbers at the end of the test run
      4db0d0d1
    • J
      tests: print failed test numbers at the end of the test run · 2579e1d2
      Jens Lehmann 提交于
      On modern multi-core processors "make test" is often run in multiple jobs.
      If one of them fails the test run does stop, but the concurrently running
      tests finish their run. It is rather easy to find out which test failed by
      doing a "ls -d t/trash*". But that only works when you don't use the "-i"
      option to "make test" because you want to get an overview of all failing
      tests. In that case all thrash directories are deleted end and the
      information which tests failed is lost.
      
      If one or more tests failed, print a list of them before the test summary:
      
      failed test(s): t1000 t6500
      
      fixed   0
      success 7638
      failed  3
      broken  49
      total   7723
      
      This makes it possible to just run the test suite with -i and collect all
      failed test scripts at the end for further examination.
      Signed-off-by: NJens Lehmann <Jens.Lehmann@web.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2579e1d2
  5. 23 7月, 2011 16 次提交
  6. 22 7月, 2011 1 次提交
  7. 21 7月, 2011 1 次提交
  8. 20 7月, 2011 7 次提交