Open plessbd opened 6 years ago
Yes, the __SH__CMD__START__
line is used to determine where the output of a command starts. Since that information ended up on the same line as a .
, it wasn't recognized as that marker and appeared in the output instead. We'll look into what happened to allow the start marker to print on the same line as console output in these logs and let you know what we find.
Ahh didnt notice that. That might be something to do with how we are running the phpunit tests, I will see if I can make sure things get output properly there, thank you.
https://app.shippable.com/github/ubccr/xdmod/runs/2658/1/console
The build is not expanding the output like it usually does, not sure if this is something with how we are doing the tests or if it is something else
However, I do notice that these issues are specifically also outputting:
which looks like it is used for the code folding...