Difference between revisions of "Eweasel Comparator"

(Information)
(Replaced origo.ethz.ch by eiffel.com in SVN URL)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:Tools]]
 
[[Category:Tools]]
[[Category:Testing]]
+
[[Category:Eweasel]]
 
== Overview ==
 
== Overview ==
 
The Eweasel Comparator Tool can be used to compare two runs of eweasel to quickly see the differences.
 
The Eweasel Comparator Tool can be used to compare two runs of eweasel to quickly see the differences.
Line 6: Line 6:
 
== Command-line Options ==
 
== Command-line Options ==
 
To see the list of available command-line options simply type eweasel_comparator.
 
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 ==
 
== Information ==
 
This tool is maintained by [[User:Manus|Manu]].
 
This tool is maintained by [[User:Manus|Manu]].
  
Location: https://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/tools/eweasel_comparator
+
Location: https://svn.eiffel.com/eiffelstudio/trunk/Src/tools/eweasel_comparator
  
 
== Examples ==
 
== Examples ==

Latest revision as of 13:19, 4 June 2012

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.eiffel.com/eiffelstudio/trunk/Src/tools/eweasel_comparator

Examples

Change Log

--manus 23:40, 30 November 2006 (CET)

  • Initial Upload