When using topfunky’s RStakeout, the color in the result of the spec command is lost. This happens even when adding the --color flag.
When using topfunky’s RStakeout , the color in the result of the spec command
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to set the environment variable
AUTOTESTto true. Spec detects whether it is being run by a process and disables color if it is (to make the output easier to parse).To set the environment variable in bash:
or in fish:
(the -x exports the variable)