Skip to content

Commit 1be92ff

Browse files
author
Daniel Kroening
authored
Merge pull request #130 from tautschnig/outfile-is-not-error
Successfully producing a formula with --outfile should not yield non-zero exit
2 parents 36562bc + 53a2c62 commit 1be92ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbmc/bmc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ safety_checkert::resultt bmct::stop_on_fail(
598598
default:
599599
if(options.get_bool_option("dimacs") ||
600600
options.get_option("outfile")!="")
601-
return ERROR;
601+
return SAFE;
602602

603603
error() << "decision procedure failed" << eom;
604604

0 commit comments

Comments
 (0)