Changes between Initial Version and Version 1 of Ticket #3693, comment 47
- Timestamp:
- 03/04/17 11:01:04 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3693, comment 47
initial v1 9 9 But... apparently this construct cannot differentiate between failed tests (where you'd type "git bisect bad" and failed builds ("git bisect skip"). 10 10 11 Also it cannot handle failed checkouts which happen every now and then (an autogenerated file becomes a shipped one or vice versa [you prevent these with a separate build directory, I'm lazy and building in the source tree], or .po files sometimes being regenerated locally for reason I haven't tracked down yet).12 13 11 Anyway, it's always good to learn new practices :)