Bug 3934 - funit -c FINE missing
Summary: funit -c FINE missing
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks: 2242
  Show dependency treegraph
 
Reported: 2007-01-30 16:14 UTC by Andrew Cagney
Modified: 2007-01-30 18:24 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-01-30 16:14:40 UTC
The refactoring of the console logging code unfortunatly lost the most common
case: -c FINE.

For funit, and TestRunner, in addition to the --console MODULE=LEVEL, there
should be shorthand:
Comment 1 Nurdin Premji 2007-01-30 18:24:30 UTC
FIXED

January 30, 2007
frysk-imports/frysk

CL
	* EventLogger.java (setConsoleLog): Added.
	(addConsoleOptions): Use setConsoleLog.
	Share description string between both logging options.
	Added specific example to each.

junit/CL	
	* Runner.java (createCommandLineParser): Added shortcut for --console and --log.