This is an automated email from the ASF dual-hosted git repository. pgj pushed a commit to branch jenkins-clouseau-windows-test in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit a2f84579b58eb0716c3df5b325bcefd73798e83a Author: Gabor Pali <[email protected]> AuthorDate: Sun May 4 18:53:20 2025 +0200 fixup! add Windows support --- Makefile.win | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.win b/Makefile.win index b9e0f565d..6d2aa83e0 100644 --- a/Makefile.win +++ b/Makefile.win @@ -93,6 +93,10 @@ EXUNIT_OPTS=$(subst $(comma),$(space),$(tests)) TEST_OPTS="-c startup_jitter=0 -c default_security=admin_local -c iterations=9" +ifneq ($(ERLANG_COOKIE),) +TEST_OPTS+=" --erlang-cookie=$(ERLANG_COOKIE)" +endif + ################################################################################ # Main commands ################################################################################
