mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-05 21:15:20 +00:00
- fixed colour handling in example project
git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@185 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
+2
-1
@@ -39,4 +39,5 @@ linker:
|
||||
:plugins: []
|
||||
:includes:
|
||||
- Types.h
|
||||
|
||||
|
||||
colour: true
|
||||
@@ -11,6 +11,7 @@ module RakefileHelpers
|
||||
def load_configuration(config_file)
|
||||
$cfg_file = config_file
|
||||
$cfg = YAML.load(File.read($cfg_file))
|
||||
$colour_output = false unless $cfg['colour']
|
||||
end
|
||||
|
||||
def configure_clean
|
||||
|
||||
Reference in New Issue
Block a user