How do I disable the extraneous "�[33;1m" text from the "run-many" output? #32933
Answered
by
cpierceworld
cpierceworld
asked this question in
Questions
-
|
I have a gitlab pipeline that needs to parse the output log of a call to "run-many" (specifically "run-many test" to run jest), but I'm having a hard time because it is flooded with "�[33;1m" values (not sure what they are, elapsed time?) I tried "--output-style=static" and "--output-style=stream"... they make no difference. Does anyone know a way to keep these out of the output? |
Beta Was this translation helpful? Give feedback.
Answered by
cpierceworld
Oct 25, 2025
Replies: 1 comment
-
|
I'm assuming you can't disable the escape character stuff from the "run-many" output given this issue: #14524 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cpierceworld
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm assuming you can't disable the escape character stuff from the "run-many" output given this issue: #14524