summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2017-03-31 11:42:42 +0200
committerSawyer X <xsawyerx@cpan.org>2017-03-31 11:42:42 +0200
commit7a09ec8c39b8fd344e3851198d932c057a3b13ac (patch)
treed6d218e92ebaf5cdcf69ad1b0817b19f198acdc8 /Porting/release_managers_guide.pod
parent4fa401475a3570299093ed476f400774dcfc1236 (diff)
downloadperl-7a09ec8c39b8fd344e3851198d932c057a3b13ac.tar.gz
Also check minitest when preparing the tarball:
This was noted by Jarkko was a missing instruction for something that tends to fail but we usually don't notice. ("We" here excludes Jarkko who randomly finds this broken without us noticing.) I wasn't sure where to put this, but preparing the tarball seems like an appropriate time.
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 86f5e41c38..ffd5b51d09 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -985,10 +985,10 @@ your own tarball testing, below.
Check that basic configuration and tests work on each test machine:
- $ ./Configure -des && make all test
+ $ ./Configure -des && make all minitest test
# Or for a development release:
- $ ./Configure -Dusedevel -des && make all test
+ $ ./Configure -Dusedevel -des && make all minitest test
=head4 Run the test harness and install