Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

Spinner on stdout #139

Closed Ichmed closed 1 year ago

Ichmed commented 1 year ago

Writing a test i got the following assertion error:


- Launching flake...

✓ Launching flake
Hello World != Hello World

When asserting the stdout of a podman flake.

It seems the spinner output should be written to stderr not stdout, otherwise the output of the flake can not be used directly by other processes.

Ichmed commented 1 year ago

@schaefi Afaik other applications should be able to launch flakes without knowing they are flakes, so this is wrong behavior, right?