Skip to content

[Conformance test] Stdout behavior with chained commands #95

@bogdang989

Description

@bogdang989

If a command line tool runs echo a && echo b and stdout is specified as out.txt, the contents of out.txt should be a b
An executor might just run echo a && echo b > out.txt which is incorrect and would just add b to out.txt. A conformance test should clear this up.

Metadata

Metadata

Assignees

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