Bug Description
All CLI commands (test, import, import-url, import-dir) print
error messages to stdout instead of stderr. This is incorrect
Unix behavior and breaks CI/CD pipeline scripting where stdout
and stderr are handled separately.
Impact
Scripts and pipelines that redirect stdout (e.g. command > output.txt)
will have error messages mixed into their output unexpectedly.
Fix
Already submitted in PR #410.
Bug Description
All CLI commands (test, import, import-url, import-dir) print
error messages to stdout instead of stderr. This is incorrect
Unix behavior and breaks CI/CD pipeline scripting where stdout
and stderr are handled separately.
Impact
Scripts and pipelines that redirect stdout (e.g.
command > output.txt)will have error messages mixed into their output unexpectedly.
Fix
Already submitted in PR #410.