Skip to content

Commit

Permalink
remove test files from vendor/pygments-main
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Dec 11, 2016
1 parent a266786 commit 7e99294
Show file tree
Hide file tree
Showing 479 changed files with 2 additions and 128,739 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ task :default => :test

GEMSPEC = eval(File.read('pygments.rb.gemspec'))

require 'rubygems/package_task'
require 'rubygems/package_task'

# ==========================================================
# Testing
Expand Down Expand Up @@ -47,6 +47,7 @@ namespace :vendor do
sh "hg clone https://bitbucket.org/birkenfeld/pygments-main #{f.name}"
sh "hg --repository #{f.name} identify --id > #{f.name}/REVISION"
rm_rf Dir["#{f.name}/.hg*"]
rm_rf Dir["#{f.name}/tests"]
end

task :clobber do
Expand Down
37 changes: 0 additions & 37 deletions vendor/pygments-main/tests/dtds/HTML4-f.dtd

This file was deleted.

0 comments on commit 7e99294

Please sign in to comment.