Change test framework to use exit codes rather than inspecting stderr #43
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
not-urgent
Use this labels for issues that are not urgent.
The testing framework currently inspects
stderr
to figure out if running the c-code went alright, but we might want to use this stream for logging down the road. We should change the testing framework to use error codes instead and not rely on thestderr
stream.The text was updated successfully, but these errors were encountered: