From df83e520ca50e32659aefbfae7976cdb84283917 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 28 Jul 2016 14:11:53 -0400 Subject: markdown is required for compilg markdown tests --- Bugzilla/Install/Requirements.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e04883ee2..fb31e77cf 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -97,7 +97,7 @@ use constant FEATURE_FILES => ( 'Bugzilla/JobQueue/*', 'jobqueue.pl'], patch_viewer => ['Bugzilla/Attachment/PatchReader.pm'], updates => ['Bugzilla/Update.pm'], - markdown => ['Bugzilla/Markdown.pm'], + markdown => ['Bugzilla/Markdown.pm', 't/100markdown.t'], memcached => ['Bugzilla/Memcache.pm'], auth_delegation => ['auth.cgi'], ); -- cgit v1.2.3-24-g4f1b