write_a_c_compiler icon indicating copy to clipboard operation
write_a_c_compiler copied to clipboard

Add the ability to test only up to some stage.

Open stroxler opened this issue 7 years ago • 1 comments

There is now an optional second argument to the test script, so that you can, e.g., test only the first stage programs.

stroxler avatar Oct 13 '18 17:10 stroxler

Thanks for this PR! Unfortunately, it won't work together with PR 3, which also uses positional arguments.

Would you mind updating this so it will still work properly when PR 3 is merged? Maybe add a --max-stage flag?

nlsandler avatar Oct 16 '18 04:10 nlsandler