Difference between revisions of "Eweasel Comparator"
(Explanation of the Command-line Options) |
m |
||
Line 22: | Line 22: | ||
This tool is maintained by [[User:Manus|Manu]]. | This tool is maintained by [[User:Manus|Manu]]. | ||
− | Location: https:// | + | Location: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/tools/eweasel_comparator |
== Examples == | == Examples == |
Revision as of 06:49, 11 October 2007
Overview
The Eweasel Comparator Tool can be used to compare two runs of eweasel to quickly see the differences.
Command-line Options
To see the list of available command-line options simply type eweasel_comparator.
The current usage is
Usage: [-output file_name -tests file1 file2 ...][-full][-tab] [-loop]
Explanation:
- -output: stores the output to a file. If stdout is specified, it gets printed on the console.
- -full: all the results are shown, not just the differences.
- -tab: use tabs for an easy extraction in a spreadsheet
- -loop: interactive mode
Information
This tool is maintained by Manu.
Location: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/tools/eweasel_comparator
Examples
Change Log
--manus 23:40, 30 November 2006 (CET)
- Initial Upload