Commit 45e0d0bcf32c20a0ad9bf9496656084c66a96219

Authored by Antonio Terceiro
1 parent d03350b9

script/ci: ease search for specific tasks in log

We can now just search for "****"
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -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