You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the test suite for the tool programs terminates with an unhelpful assertion on the return code when a program fails, without reporting the reason for the failure.
The python code that invokes the programs should print the subprocess's stdout and stderr, so the output logs are more helpful.
The text was updated successfully, but these errors were encountered:
Currently, the test suite for the tool programs terminates with an unhelpful assertion on the return code when a program fails, without reporting the reason for the failure.
The python code that invokes the programs should print the subprocess's stdout and stderr, so the output logs are more helpful.
The text was updated successfully, but these errors were encountered: