Skip to content

Commit 1f2c5a0

Browse files
authored
Merge pull request #1203 from yforster/9.0-with-cherry-pick
Backport of "Don't overwrite COQEXTRAFLAGS in test suite"
2 parents 9e81000 + a6c3bd8 commit 1f2c5a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-suite/Makefile.rocq.local

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ ifeq '$(METAROCQ_CONFIG)' 'local'
1212
export OCAMLPATH
1313
endif
1414

15-
COQEXTRAFLAGS=-quiet
15+
COQEXTRAFLAGS?=
16+
COQEXTRAFLAGS+= -quiet

0 commit comments

Comments
 (0)