You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix translation of safety checker status to error codes
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.
Fixesdiffblue/test-gen#201.
0 commit comments