From fad781af8fa1e927a43ea305105e2acdfa12eb23 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sun, 9 Jun 2019 11:29:36 +0200
Subject: [PATCH] temporarily disable output testing for Coq 8.11

---
 Makefile.coq.local | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.coq.local b/Makefile.coq.local
index 1c22244cc..ee043e878 100644
--- a/Makefile.coq.local
+++ b/Makefile.coq.local
@@ -8,7 +8,8 @@ test: $(TESTFILES:.v=.vo)
 .PHONY: test
 
 COQ_TEST=$(COQTOP) $(COQDEBUG) -batch -test-mode
-COQ_OLD=$(shell echo "$(COQ_VERSION)" | egrep "^8\.7\b" -q && echo 1)
+# FIXME: temporarily disabled on Coq master to help them land a patch
+COQ_OLD=$(shell echo "$(COQ_VERSION)" | egrep "^8\.(7|11)\b" -q && echo 1)
 COQ_MINOR_VERSION=$(shell echo "$(COQ_VERSION)" | egrep '^[0-9]+\.[0-9]+\b' -o)
 
 tests/.coqdeps.d: $(TESTFILES)
-- 
GitLab