-
Notifications
You must be signed in to change notification settings - Fork 72
Add dual host ffmpeg tests #1236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Change test cases names; Adjust logging;
fb99d2d
to
a9dda32
Compare
a9dda32
to
9bac7a5
Compare
8f9835c
to
0693814
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please get rid of unnecessary try except lines, if you need try except, try to catch exact condition (Exception is too wide and causes catching unexpected problems which can hide another issues). Please short some lines of checking stdout maybe a function common for all stdout checks?
No description provided.