repair comments

This commit is contained in:
alcik 2016-11-29 01:45:49 +01:00
parent 5e0bc0235c
commit 759e35a1dc
1 changed files with 8 additions and 8 deletions

View File

@ -24,42 +24,42 @@ regexp=^\[debug\]
colours=magenta colours=magenta
count=more count=more
============== ==============
# linijki [INFO] ---- # lines [INFO] ----
regexp=\s[-]{6,} regexp=\s[-]{6,}
colours=red colours=red
count=more count=more
============== ==============
# linijki ^---- # lines ^----
regexp=^[-]{6,} regexp=^[-]{6,}
colours=yellow colours=yellow
count=more count=more
============== ==============
# linijki T E S T S # lines T E S T S
regexp=^ T E S T S regexp=^ T E S T S
colours=yellow colours=yellow
count=more count=more
============== ==============
# linijki ^Tests run: # lines ^Tests run:
regexp=^Tests run: ([\d]+) regexp=^Tests run: ([\d]+)
colours=yellow,green colours=yellow,green
count=more count=more
============== ==============
# linijki ^Tests run: Failures/Errors/Skipped # lines ^Tests run: Failures/Errors/Skipped
regexp=(Failures|Errors|Skipped):\s([\d]+) regexp=(Failures|Errors|Skipped):\s([\d]+)
colours=none,yellow,bold red colours=none,yellow,bold red
count=more count=more
============== ==============
# linijki ^Tests run: Failures/Errors/Skipped # lines ^Tests run: Failures/Errors/Skipped
regexp=(Failures|Errors|Skipped):\s(0)\D? regexp=(Failures|Errors|Skipped):\s(0)\D?
colours=none,yellow,green colours=none,yellow,green
count=more count=more
============== ==============
# podsumowanie # summary
regexp=\s(Total time: )(.*)$ regexp=\s(Total time: )(.*)$
colours=none,none,bold yellow colours=none,none,bold yellow
count=more count=more
============== ==============
# podsumowanie # summary
regexp=\s(Finished at: )(.*)$ regexp=\s(Finished at: )(.*)$
colours=none,none,bold yellow colours=none,none,bold yellow
count=more count=more