Changeset 979 for box/trunk/infrastructure/buildenv-testmain-template.cpp
- Timestamp:
- 12/10/2006 21:47:14 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/infrastructure/buildenv-testmain-template.cpp
r219 r979 42 42 43 43 int failures = 0; 44 int first_fail_line; 45 std::string first_fail_file; 44 46 45 47 int filedes_open_at_beginning = -1; … … 129 131 if(failures > 0) 130 132 { 131 printf("FAILED: %d tests failed\n", failures); 133 printf("FAILED: %d tests failed (first at " 134 "%s:%d)\n", failures, 135 first_fail_file.c_str(), 136 first_fail_line); 132 137 } 133 138 else
Note: See TracChangeset
for help on using the changeset viewer.
