diff --git a/Commands/Test.tmCommand b/Commands/Test.tmCommand index c7593b1..a6bd807 100644 --- a/Commands/Test.tmCommand +++ b/Commands/Test.tmCommand @@ -9,7 +9,7 @@ require "#{ENV["TM_SUPPORT_PATH"]}/lib/escape" require "#{ENV["TM_SUPPORT_PATH"]}/lib/tm/executor" -TextMate::Executor.run(e_sh(ENV['TM_CRYSTAL'] || 'crystal'), 'spec', ENV['TM_FILEPATH'], :verb => "Testing") +TextMate::Executor.run(e_sh(ENV['TM_CRYSTAL'] || 'crystal'), 'spec', '--no-color', ENV['TM_FILEPATH'], :verb => "Testing") input none inputFormat