From 759e35a1dcbf49cf58bb52ef461fdb7aefb13b6e Mon Sep 17 00:00:00 2001 From: alcik <4lcik9@gmail.com> Date: Tue, 29 Nov 2016 01:45:49 +0100 Subject: [PATCH] repair comments --- conf.mvn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conf.mvn b/conf.mvn index b62a538..71bf543 100644 --- a/conf.mvn +++ b/conf.mvn @@ -24,42 +24,42 @@ regexp=^\[debug\] colours=magenta count=more ============== -# linijki [INFO] ---- +# lines [INFO] ---- regexp=\s[-]{6,} colours=red count=more ============== -# linijki ^---- +# lines ^---- regexp=^[-]{6,} colours=yellow count=more ============== -# linijki T E S T S +# lines T E S T S regexp=^ T E S T S colours=yellow count=more ============== -# linijki ^Tests run: +# lines ^Tests run: regexp=^Tests run: ([\d]+) colours=yellow,green count=more ============== -# linijki ^Tests run: Failures/Errors/Skipped +# lines ^Tests run: Failures/Errors/Skipped regexp=(Failures|Errors|Skipped):\s([\d]+) colours=none,yellow,bold red count=more ============== -# linijki ^Tests run: Failures/Errors/Skipped +# lines ^Tests run: Failures/Errors/Skipped regexp=(Failures|Errors|Skipped):\s(0)\D? colours=none,yellow,green count=more ============== -# podsumowanie +# summary regexp=\s(Total time: )(.*)$ colours=none,none,bold yellow count=more ============== -# podsumowanie +# summary regexp=\s(Finished at: )(.*)$ colours=none,none,bold yellow count=more