mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Don't emit the diff if samples db is out of date
There's a warning message emitted with instructions, a 2000 line diff does nothing to help the user track down the issue.
This commit is contained in:
@@ -23,8 +23,6 @@ class TestSamples < Test::Unit::TestCase
|
||||
actual.write Yajl::Encoder.encode(latest, :pretty => true)
|
||||
actual.close
|
||||
|
||||
warn `diff #{expected.path} #{actual.path}`
|
||||
|
||||
expected.unlink
|
||||
actual.unlink
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user