summaryrefslogtreecommitdiff
path: root/src/main/driver_unified.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-12-22 12:06:34 -0500
committerMorgan Deters <mdeters@cs.nyu.edu>2013-12-22 12:06:34 -0500
commitb2bb2138543e75f64c3a794df940a221e4b5a97b (patch)
treeab1ac02ffcc9306a9ed922642fb51dcb8e33f53c /src/main/driver_unified.cpp
parentc33d53d005c41cf5705a85f86311d8d0142d2a01 (diff)
parent45df48dc08246ad014083f4ecd33246771a18d87 (diff)
Merge branch '1.3.x'
Diffstat (limited to 'src/main/driver_unified.cpp')
-rw-r--r--src/main/driver_unified.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp
index 1922455d6..d1baaa2e9 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -237,7 +237,7 @@ int runCvc4(int argc, char* argv[], Options& opts) {
// Parse and execute commands until we are done
Command* cmd;
bool status = true;
- if(opts[options::interactive]) {
+ if(opts[options::interactive] && inputFromStdin) {
#ifndef PORTFOLIO_BUILD
if(!opts.wasSetByUser(options::incrementalSolving)) {
cmd = new SetOptionCommand("incremental", true);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback