benchexec icon indicating copy to clipboard operation
benchexec copied to clipboard

Add substitution variable ${datafile_path}, similar to ${logfile_path}

Open dbeyer opened this issue 5 years ago • 2 comments

There are two sets of result files that BenchExec produces:

  • Log files (those results that the tool outputs to stdout)
  • Data files (those results that the tool outputs to files on disk)

The former are stored in a directory "...logfiles/" and the latter are stored in a directory "...files/".

The former can be referred to using variable ${logfile_path} (see https://github.com/sosy-lab/benchexec/blob/master/doc/benchexec.md) but there is no variable ${datafile_path} for the latter.

dbeyer avatar Oct 31 '19 06:10 dbeyer

I think this can be closed.

dbeyer avatar Feb 03 '23 16:02 dbeyer

Hm, let's leave it open because it is a valid feature request.

PhilippWendler avatar Feb 06 '23 07:02 PhilippWendler