[Git][noosfero/noosfero][master] 2 commits: script/ci: ease search for specific tasks in log

Antonio Terceiro gitlab at mg.gitlab.com
Wed Nov 11 10:42:27 BRST 2015


Antonio Terceiro pushed to branch master at Noosfero / noosfero


Commits:
45e0d0bc by Antonio Terceiro at 2015-11-11T10:41:51Z
script/ci: ease search for specific tasks in log

We can now just search for "****"

- - - - -
5641033f by Antonio Terceiro at 2015-11-11T10:41:51Z
Fix name of selenium rake task file

- - - - -


2 changed files:

- lib/tasks/selenium → lib/tasks/selenium.rake
- script/ci


Changes:

=====================================
lib/tasks/selenium → lib/tasks/selenium.rake
=====================================
--- a/lib/tasks/selenium
+++ b/lib/tasks/selenium.rake


=====================================
script/ci
=====================================
--- a/script/ci
+++ b/script/ci
@@ -14,7 +14,7 @@ failed = []
 tasks.each do |task|
 
   puts task
-  puts task.gsub(/./, '-')
+  puts task.gsub(/./, '*')
   puts
 
   t0 = Time.now.to_i



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/d03350b90e47c3b70efdfa50c5986e559fcc4447...5641033f3e9ec66a0e09ba992c1704000388f9fa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151111/80fa1ce8/attachment.html>


More information about the Noosfero-dev mailing list