<< Back to previous view |
![]() |
[QB-1676] Customize "successful" return codes for batch/shell step
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Trivial |
Reporter: | Benoit Maury-Bouet | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Dear All,
It would be very nice to be able to tell quickbuild what are the "success" return codes for batch/shell files. We have third party tools that returns a code != 0 if a warning is detected (not only error). It means that we have to wrap up this tools in custom batch files to make return a successful value to QB. Would it be possible to add a list of successful error codes to the adavanced batch/shell step properties ? Thanks a lot |
Comments |
Comment by Robin Shen [ 19/Jun/13 05:22 AM ] |
The command build step has an option to ignore return code if error detection setting is enabled. In that case, you may tell QB to fail the step when a pattern of output is encountered. |