On Wed, 2013-03-13 at 20:57 +1100, Koper, Dies wrote: > Hi Michal, > > I tried adding the following to Gemfile but it made no difference. > > platforms :mswin do > gem 'win32console' > end > > However, when I run the tests directly (i.e. ruby > tests\cimi\collections\system_templates_test.rb), words like PASSED and > FAILED are coloured (even without the Gemfile change). > Why? > > If I uninstall turn, the test above running directly uses normal dots, > but rake test:cimi fails: > > d:\sources\OSS\cloud\deltacloud\server>rake test:cimi > rake aborted! > Could not find turn-0.9.6 in any of the sources > d:/sources/OSS/cloud/deltacloud/server/Rakefile:26:in `<top (required)>' > (See full trace by running task with --trace)
That's bundler being dyspeptic. You'll have to do 'bundle --without jenkins' to get rid of turn. David
