Changeset 8034

Show
Ignore:
Timestamp:
07/10/11 12:50:37 (8 months ago)
Author:
westram
Message:
  • dump log if tests are disabled (even if warning is not printed)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/dev/UNIT_TESTER/reporter.pl

    r7924 r8034  
    9999    if (/^UnitTester:/) { 
    100100      if (/tests=([0-9]+)/)   { $tests_this += $1; $seenSummary=1; } 
    101       if (/skipped=([0-9]+)/) { $skipped_this += $1; } 
     101      if (/skipped=([0-9]+)/) { $skipped_this += $1; $dump_log = 1; } 
    102102 
    103103      if (/passed=([0-9]+)/)  { $passed += $1; }