You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
How can I test for colorized output using Bamboo? I run unit tests to check if output is colorized. Using Bamboo's shell script no colors are printed and unit tests fail. If I login on the machine using ssh and run unit test manually, then all run well. In build log I can see expected output is colorized but system output is not colorized.
I tried to insert TERM=xterm-256color and CLICOLOR=1 in Bamboo's shell script but didn't work.
How can I enable color support for Bamboo's shell script?
Environment:
* Mac OS X 10.14.2 (18C54)
* Bamboo version 6.7.1 build 60705 - 18 Oct 18
* rspec (3.8.0)
* ruby 2.5.0p0
Build log
Colorized output works for bamboo's shell. The framework I used, checks if current environment is a tty. And if is not, then do not print colors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.