http://bugs.grommit.com/show_bug.cgi?id=514
Summary: Check commands should be explict about their output
Product: SCM Migration
Version: unspecified
Platform: All
OS/Version: Solaris 11/Nevada
Status: NEW
Severity: normal
Priority: P4
Component: onnv-scm
AssignedTo: scm-migration-dev at opensolaris.org
ReportedBy: richlowe at richlowe.net
A code review comment of Jim's reads:
usr/src/tools/scripts/hdrchk.py
64: should probably go to stderr.
And indeed it should, as should all the other output from hdrchk (it
currently doesn't). Part of the reason this isn't the case is that
the commands default their output to that used by the underlying Checks
module, which in this case is incorrect.
The commands should be explicit about where they wish their output to
go, the modules should default to stderr.
--
Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.