PATCH: Support extension descriptors in qmtest summarize input file
Mark Mitchell
mark at codesourcery.com
Mon Oct 24 07:17:32 UTC 2005
The "qmtest summarize" commands reads a results file and generates
output, using QMTest's textual format by default, or via extension
classes, any format you please.
The input file, however, was constrained to be in a format known to
QMTest. It makes sense to permit the full generality of extension
descriptors for the input file as well, which this patch makes possible.
By default, "qmtest summarize" will work just as before, but you can
now write things like:
qmtest summarize "my_report.Reader(filename = 'report', option = '7')"
to construct a ResultReader (using the "my_report.Reader" extension
class) with the indicated arguments. Results will be read from this
extnsion object.
Committed.
--
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com
(916) 791-8304
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: qmtest.patch
URL: <http://sourcerytools.com/pipermail/qmtest/attachments/20051024/22477001/attachment.ksh>
More information about the qmtest
mailing list