Skip to content

Report output is interlaced with package outputs if a command fails with collect-logs flag #107

@starikcetin

Description

@starikcetin

This is what I am running:

wsrun -ml --report foo

If at least one of the foo jobs exit with nonzero, this is what the console output looks like:

package A output
report
package B output
package C output

This is what I expected:

package A output
package B output
package C output
report

The report placement is fine when all jobs exit with zero, and it is also fine when collect-logs flag is not present.


Environment:

  • yarn 1.22.10
  • npm 6.9.3
  • node 12.0.0
  • wsrun 5.2.4
  • vscode integrated terminal running powershell on windows 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions