1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

Emphasize the need to check that the test suite passes on all supported platforms.

Copied from Perforce
 Change: 184674
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-03-07 17:23:15 +00:00
parent f419a2ede9
commit 15134f4542

View file

@ -70,7 +70,7 @@ This document contains procedures and checklists for branching and merging durin
#. Is there an automated test case?
#. Does the test suite pass?
#. Does the test suite pass on all supported platforms?
#. If there are interface changes, is there documentation?
@ -103,8 +103,8 @@ This document contains procedures and checklists for branching and merging durin
p4 submit -d "Catch-up merge from the master sources to $BRANCH"
#. Update the branch on other platforms and check that the test suite
passes.
#. Update the branch on all supported platforms and check that the
test suite passes.
#. Backward merge into the master sources (or the appropriate
customer-specific mainline)::