binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

Fuzzer: Emit absolute paths in commands

Open kripken opened this issue 3 years ago • 0 comments

Any filename that shows up in a command that we log for the user should be an absolute path, so that the user can just copy and paste the command. Otherwise, the fuzzer runs in out/test/ which the user has to constantly type.

I looked for a better/general way to do this, but can't find anything good other than manually annotating all the relevant places...

kripken avatar Aug 09 '22 23:08 kripken

:tada:

It would be great to fix this in check.py as well.

tlively avatar Aug 10 '22 22:08 tlively