Bug 90 - regression for bug 52 (--help option writes to stderr instead of stdout)
Summary: regression for bug 52 (--help option writes to stderr instead of stdout)
Status: RESOLVED FIXED
Alias: None
Product: passt
Classification: Unclassified
Component: pasta (show other bugs)
Version: unspecified
Hardware: All Linux
: Normal normal
Assignee: David Gibson
URL:
Depends on:
Blocks:
 
Reported: 2024-05-25 09:27 UTC by Erik Sjölund
Modified: 2024-06-18 00:12 UTC (History)
1 user (show)

See Also:


Attachments

Description Erik Sjölund 2024-05-25 09:27:54 UTC
The help output is written to stderr. Write the help output to stdout instead.
This a regression, as it was already fixed in bug 52

https://bugs.passt.top/show_bug.cgi?id=52

Reproducer:

A test on Fedora 40

$ /usr/bin/pasta --help 2> /dev/null
$ /usr/bin/pasta -h 2> /dev/null
$ rpm -qf /usr/bin/pasta
passt-0^20240510.g7288448-1.fc40.x86_64
Comment 1 David Gibson 2024-06-17 01:27:16 UTC
Fixes are merged as of the 2024_06_07.8a83b53 release.

Erik, can you confirm that the problem is now fixed?
Comment 2 Erik Sjölund 2024-06-17 15:05:08 UTC
I tried git commit 7e87bd98ac0cf58d9cf2328b933dbbb74f300c15
It now works as expected. The problem has been fixed.
Thanks!
Comment 3 David Gibson 2024-06-18 00:12:14 UTC
Excellent.

Note You need to log in before you can comment on or make changes to this bug.