Skip to content

dda seems to merge stderr with stdout #210

Description

@rdesgroppes

As of version 0.29.0, messages printed to /dev/stderr seem to be redirected to /dev/stdout:

$ dda inv command-that-prints-to-both-streams 2>/dev/null
message_printed_to_stderr
message_printed_to_stdout

If I pretend I'm in CI, the behavior changes as follows:

$ CI=true dda inv command-that-prints-to-both-streams 2>/dev/null

message_printed_to_stdout

(with an extra newline)

I would expect the following output, whether in CI or not:

$ dda inv command-that-prints-to-both-streams 2>/dev/null
message_printed_to_stdout
$ CI=true dda inv command-that-prints-to-both-streams 2>/dev/null
message_printed_to_stdout

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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