You are looking at historical revision 27938 of this page. It may differ significantly from its current revision.

salmonella-diff

Introduction

salmonella-diff is a command line tool to highlight differences between two salmonella log files. It generates HTML output.

Author

Mario Domenech Goulart

Repository

The salmonella-diff egg is maintained in a Github repository.

Usage

 $ salmonella-diff --help
 salmonella-diff.scm [ -h | --help ]
 salmonella-diff.scm [ --out-dir=<dir> ] [ --label1=<label1> ] [ --label2=<label2> ] log1 log2

log1 and log2 are salmonella log files.

--out-dir can be used to specify the directory where to generate the HTML output. If omitted, a salmonella-diff-html directory on the current directory is created.

--label1 and --label2 can be used to specify labels to identify log files. If omitted, the log filenames are used.

License

BSD

Version history

Version 1

Version 0