From 5bf73211cf27f3eb52059652e17ab7246a8b1fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Thu, 15 Sep 2022 14:58:44 +0200 Subject: [PATCH] Add a note in release process for unit tests --- RELEASE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE b/RELEASE index 41e723a46..18c8621a9 100644 --- a/RELEASE +++ b/RELEASE @@ -20,6 +20,10 @@ $ make clean && make cpan Before release -------------- +- Run unit tests + $ make test + $ make LLNGTESTLDAP=1 LLNGTESTLDAP_SLAPD_BIN=/usr/local/openldap/libexec/slapd LLNGTESTLDAP_SLAPADD_BIN=/usr/local/openldap/sbin/slapadd LLNGTESTLDAP_SCHEMA_DIR=/usr/local/openldap/etc/openldap/schema/ test + - Update languages (needs a Transifex token) $ ./scripts/download_translations