Commit
45e0d0bcf32c20a0ad9bf9496656084c66a96219
Exists in
master
and in
20 other branches
add_member_task_reject_details, admin_visible_profile, community_notifications, fix_comments_pagination, fix_rails4_organization_ratings, fix_sign_up_form, follow_step_fix, forum_topic_creation, mirror_block_improvements, multi_env_on_remote_user, new_security, organization_ratings_improvements, profile_api_improvements, ratings_minor_fixes, send_email_to_admins, stable-spb-1.4, stable-spb-1.5, suggest_rejected_value, web_steps_improvements, xss_terminate_custom_options
script/ci: ease search for specific tasks in log
We can now just search for "****"
| @@ -14,7 +14,7 @@ failed = [] |
| @@ -14,7 +14,7 @@ failed = [] |
14
| tasks.each do |task| |
14
| tasks.each do |task| |
15
| |
15
| |
16
| puts task |
16
| puts task |
17
| - puts task.gsub(/./, '-') |
17
| + puts task.gsub(/./, '*') |
18
| puts |
18
| puts |
19
| |
19
| |
20
| t0 = Time.now.to_i |
20
| t0 = Time.now.to_i |