diff --git a/EN/modules/ROOT/pages/v5.1/8.adoc b/EN/modules/ROOT/pages/v5.1/8.adoc index 41ef301..2682744 100644 --- a/EN/modules/ROOT/pages/v5.1/8.adoc +++ b/EN/modules/ROOT/pages/v5.1/8.adoc @@ -90,7 +90,11 @@ For C and Perl code, please run pgindent if necessary. We recommend using git di All new functionality that is contributed to IvorySQL should be covered by regression tests that are contributed alongside it. If you are uncertain about how to test or document your work, please raise the question on the ivorysql-hackers mailing list and the developer community will do its best to help you. -At the very minimum, you should always be running make installcheck-world to make sure that you're not breaking anything. +At the very minimum, you should always be running +``` +make installcheck world +``` +to make sure that you're not breaking anything. ==== Changes applicable to upstream PostgreSQL