blob: 98aedd64f6a23b18005e5e5e70735e418b5502f7 (
plain)
1
2
3
4
5
6
|
try_run_split_output
--------------------
* The :command:`try_run` command gained ``RUN_OUTPUT_STDOUT_VARIABLE``
and ``RUN_OUTPUT_STDERR_VARIABLE`` options to capture stdout and stderr
separately from the output of the compiled program.
|