-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels