summaryrefslogtreecommitdiffstats
path: root/cucumber/features/support
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-10 11:18:47 +0200
committerPhilip Hands <phil@hands.com>2016-06-10 11:22:01 +0200
commit4d38cf8d14563f5bf1f83564fd415accf9e475fb (patch)
tree3d38ce2476ff5ee3a46f1e5469355f140ed9081d /cucumber/features/support
parent19823ec4fbf8f6fbc57554dfdd77fca730f7c84d (diff)
downloadjenkins.debian.net-4d38cf8d14563f5bf1f83564fd415accf9e475fb.tar.xz
lvc: use .mpg for now (until browsers grok .mkv)
Diffstat (limited to 'cucumber/features/support')
-rw-r--r--cucumber/features/support/hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/support/hooks.rb b/cucumber/features/support/hooks.rb
index cad7fb75..1bb6cfd5 100644
--- a/cucumber/features/support/hooks.rb
+++ b/cucumber/features/support/hooks.rb
@@ -177,7 +177,7 @@ end
Before('@product') do |scenario|
$failure_artifacts = Array.new
if $config["CAPTURE"]
- video_name = sanitize_filename("#{scenario.name}.mkv")
+ video_name = sanitize_filename("#{scenario.name}.mpg")
@video_path = "#{ARTIFACTS_DIR}/#{video_name}"
capture = IO.popen(['avconv',
'-f', 'x11grab',