resmatch - tpcclib 0.8.0 © 2023 by Turku PET Centre

Verify that two result files do have matching contents;
this can be used for automating software and analysis tool testing.
Programs return code is 0, if files were matching, 10, if the files did
not match, and 1-9 in case of error.
 
Usage: resmatch [Options] file1 file2
 
Options:
 -header=<y|N>
     Header fields are verified (y) or not verified (n, default)
 -param[eters]=<y|N>
     Parameter names are verified (y) or not verified (n, default)
 -regions=<y|N>
     Region names are verified (y) or not verified (n, default)
 -res[ults]=<List of result column numbers (e.g. -res=1-2 or -res=1,3)>
     By default all result values are verified. With this option,
     only selected columns (or none with -res=0) are verified.
 -roughly
     Result values are required to match roughly (<2% difference allowed).
 -around
     Results are required to be around the same (<10% difference allowed).
 -abs=<value>
     Absolute result differences must not exceed the specified limit value
 -errors=<Y|n>
     Result errors (SD, CL) are verified (y, default) or not verified (n)
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
See also: reslist, res2html, resdel, pardiff, fit2res, tacmatch, imgmatch
 
Keywords: results, tool, software testing