Skip to content

Allow setup and clean commands #6

@sgpthomas

Description

@sgpthomas

If you want to run a makefile to generate the file to do diff testing on, you are forced to make the command look like:

cmd = "make {} 1>/dev/null 2>/dev/null; cat {}; rm {}"

It would be nice if you could instead do:

setup = "make {}"
cmd = "cat {}"
cleanup = "rm {}"

Eventually, you could imagine automating the cleanup to remove any files generated during the setup command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions