]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
markdown is required for compilg markdown tests
authorDylan William Hardison <dylan@hardison.net>
Thu, 28 Jul 2016 18:11:53 +0000 (14:11 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 28 Jul 2016 18:11:53 +0000 (14:11 -0400)
Bugzilla/Install/Requirements.pm

index e04883ee2616fba4d12df719cd6247e743da1075..fb31e77cf3adf954c3a4ea2b38e367762f78dcf5 100644 (file)
@@ -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'],
 );