summaryrefslogtreecommitdiff
path: root/src/main/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/driver.cpp')
-rw-r--r--src/main/driver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver.cpp b/src/main/driver.cpp
index 36840f28e..00072d6d9 100644
--- a/src/main/driver.cpp
+++ b/src/main/driver.cpp
@@ -326,7 +326,7 @@ int runCvc4(int argc, char* argv[], Options& options) {
pStatistics->flushInformation(*options.err);
}
- exit(returnValue);
+ return returnValue;
}
/** Executes a command. Deletes the command after execution. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback