Skip to content

Commit

Permalink
Merge pull request #21 from KevinSjoberg/bugfix/remove-colored-output
Browse files Browse the repository at this point in the history
Do not color spec output
  • Loading branch information
jhass committed Dec 9, 2020
2 parents 3bfe5d4 + d43eeb0 commit 5ef82e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Test.tmCommand
Expand Up @@ -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 =&gt; "Testing")</string>
TextMate::Executor.run(e_sh(ENV['TM_CRYSTAL'] || 'crystal'), 'spec', '--no-color', ENV['TM_FILEPATH'], :verb =&gt; "Testing")</string>
<key>input</key>
<string>none</string>
<key>inputFormat</key>
Expand Down

0 comments on commit 5ef82e0

Please sign in to comment.