mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-23 16:19:07 +08:00
- remove color coding when running in continuous integration
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@63 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
@ -8,10 +8,10 @@ require 'auto/colour_prompt'
|
||||
module RakefileHelpers
|
||||
|
||||
C_EXTENSION = '.c'
|
||||
COLOUR = true
|
||||
$color_output = true
|
||||
|
||||
def report(message)
|
||||
if not COLOUR
|
||||
if not $color_output
|
||||
puts($stdout.puts(message))
|
||||
else
|
||||
message.each_line do |line|
|
||||
|
Reference in New Issue
Block a user