Commit 318126fe3ecfb8c408c318f3e10d35a90e79e816

Authored by Weblate
2 parents 76d19d4c debcfb2a

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/ci.rake
... ... @@ -35,7 +35,7 @@ namespace :ci do
35 35  
36 36 sh 'testrb', '-Itest', *tests unless tests.empty?
37 37 sh 'cucumber', *features unless features.empty?
38   - sh 'cucumber', '-p', 'selenium', *features unless features.empty?
  38 + sh 'xvfb-run', 'cucumber', '-p', 'selenium', *features unless features.empty?
39 39  
40 40 changed_plugins.each do |plugin|
41 41 task = "test:noosfero_plugins:#{plugin}"
... ...