diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-07-28 20:11:53 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-07-28 20:11:53 +0200 |
commit | df83e520ca50e32659aefbfae7976cdb84283917 (patch) | |
tree | a61c9ec87788cfbfe4773def0ad9ddaa3ea07be2 | |
parent | 61a6603ef23f18b6c3d0d2392b618fdd79b14a5c (diff) | |
download | bugzilla-df83e520ca50e32659aefbfae7976cdb84283917.tar.gz bugzilla-df83e520ca50e32659aefbfae7976cdb84283917.tar.xz |
markdown is required for compilg markdown tests
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'], ); |