Skip to content

Conversation

peterschrammel
Copy link
Member

The bmc_cover returns true on error which is translated
into safety_checkert::ERROR in bmc.cpp, which was then
incorrectly translated into exit code 10 instead of 6.

Fixes diffblue/test-gen#201.

The bmc_cover returns true on error which is translated
into safety_checkert::ERROR in bmc.cpp, which was then
incorrectly translated into exit code 10 instead of 6.

Fixes diffblue/test-gen#201.
@peterschrammel peterschrammel changed the title Fix translation of safety checker status to error codes Fix translation of safety checker status to exit codes Apr 11, 2017
Copy link
Collaborator

@tautschnig tautschnig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should really be using an enum for those return codes, but that's a bigger task beyond this urgent bug fix.

@kroening kroening merged commit 295a552 into diffblue:master Apr 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants