trailofbits / differ

Detecting Inconsistencies in Feature or Function Evaluations of Requirements
GNU Affero General Public License v3.0
67 stars 4 forks source link

Setup and Teardown Hooks #25

Closed ameily closed 1 year ago

ameily commented 1 year ago

Adds new template parameters for running Bash setup and teardown commands prior to launching a trace and after the trace completes, respectively. The setup commands run after input files are copied or generated so the script can reference these. Both hooks are passed through Jinja2 so trace variables can be referenced.

Fixes #5