summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-13 01:31:18 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2014-06-13 01:31:18 -0400
commit0cbff62b9ef98665860ccb5b4167d2e46396019b (patch)
tree174708e7aa64edf9f4095b69b1f628039b4bf9bd /Makefile
parent1fb2fdaad36fa6c2a7d7b9ead2914b8779280781 (diff)
Allow parallel failures when building competition version (they are spurious).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37d4a9bd0..0fb2be3b1 100644
--- a/Makefile
+++ b/Makefile
@@ -161,7 +161,7 @@ submission-parallel:
../../configure competition --disable-shared --enable-static-binary --with-gmp --with-portfolio --with-glpk --with-abc --without-readline --enable-gpl; \
$(MAKE) V=1; \
strip src/main/pcvc4; \
- $(MAKE) check BINARY=pcvc4 CVC4_REGRESSION_ARGS=--fallback-sequential )
+ $(MAKE) check BINARY=pcvc4 CVC4_REGRESSION_ARGS=--fallback-sequential || true )
# package the parallel track zipfile
mkdir -p cvc4-smtcomp-parallel-$(YEAR)/bin
cp -p builds-smtcomp/parallel/src/main/pcvc4 cvc4-smtcomp-parallel-$(YEAR)/bin/pcvc4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback