issues
search
jgabaut
/
invil
A Rust implementation of amboso.
https://github.com/jgabaut/amboso
GNU General Public License v3.0
4
stars
0
forks
source link
feat: 0.2.13 Fix broken test recording for stderr
#134
Closed
jgabaut
closed
6 months ago
jgabaut
commented
6 months ago
This fix should ensure
run_test()
actually records stderr when requested (with
-b
).
Closes #132
run_test()
actually records stderr when requested (with-b
).