Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F585053
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
790 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/tests/selenium/wdio-mediawiki/index.js b/tests/selenium/wdio-mediawiki/index.js
index b9b4cd3c69a..36cd64f50f8 100644
--- a/tests/selenium/wdio-mediawiki/index.js
+++ b/tests/selenium/wdio-mediawiki/index.js
@@ -71,8 +71,8 @@ function startVideo( ffmpeg, title ) {
'-pix_fmt', 'yuv420p', // QuickTime Player support, "Use -pix_fmt yuv420p for compatibility with outdated media players"
videoPath // output file
] );
- ffmpeg.on( 'error', () => {
- console.log( 'Not recording a video because ffmpeg is not available' );
+ ffmpeg.on( 'error', ( e ) => {
+ console.error( `Could not start ffmpeg or could not kill it, check the error ${ e }` );
} );
const logBuffer = function ( buffer, prefix ) {
const lines = buffer.toString().trim().split( '\n' );
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (11 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227496
Default Alt Text
(790 B)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment