Difference between revisions of "Eweasel Comparator"

(Changed category)
(Explanation of the Command-line Options)
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 ==

Revision as of 14:59, 30 November 2006

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://eiffelsoftware.origo.ethz.ch/svn/es/trunk/Src/tools/eweasel_comparator

Examples

Change Log

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

  • Initial Upload