Changeset 8034
- Timestamp:
- 07/10/11 12:50:37 (8 months ago)
- Files:
-
- 1 modified
-
branches/dev/UNIT_TESTER/reporter.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/UNIT_TESTER/reporter.pl
r7924 r8034 99 99 if (/^UnitTester:/) { 100 100 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; } 102 102 103 103 if (/passed=([0-9]+)/) { $passed += $1; }
