[Git][noosfero/noosfero][master] Revert server args for plugins' features

Bráulio Bhavamitra gitlab at mg.gitlab.com
Sat Mar 12 12:58:13 BRT 2016


Bráulio Bhavamitra pushed to branch master at Noosfero / noosfero


Commits:
8ff27f82 by Braulio Bhavamitra at 2016-03-12T12:54:06-03:00
Revert server args for plugins' features

If is weirdly failing (https://gitlab.com/noosfero/noosfero/builds/852331)

- - - - -


1 changed file:

- lib/tasks/plugins_tests.rake


Changes:

=====================================
lib/tasks/plugins_tests.rake
=====================================
--- a/lib/tasks/plugins_tests.rake
+++ b/lib/tasks/plugins_tests.rake
@@ -116,8 +116,7 @@ def run_minitest files
 end
 
 def run_cucumber(profile, files)
-  sh 'xvfb-run', '-a', '--server-args="-screen 0, 1280x1024x24"',
-    'ruby', '-S', 'cucumber', '--profile', profile.to_s, '--format', ENV['CUCUMBER_FORMAT'] || 'progress' , *files
+  sh 'xvfb-run', '-a', 'ruby', '-S', 'cucumber', '--profile', profile.to_s, '--format', ENV['CUCUMBER_FORMAT'] || 'progress' , *files
 end
 
 def custom_run(name, files, run=:all)



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/8ff27f82ff49a5d3cda205aca21f1cd67facaebf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160312/9a70ee00/attachment.html>


More information about the Noosfero-dev mailing list