nitunit: lower verbosity level to track each execution of test
authorJean Privat <jean@pryen.org>
Thu, 24 Apr 2014 02:10:59 +0000 (22:10 -0400)
committerJean Privat <jean@pryen.org>
Thu, 24 Apr 2014 02:10:59 +0000 (22:10 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/nitunit.nit

index e0ad3e1..c9029a9 100644 (file)
@@ -79,7 +79,7 @@ class NitUnitExecutor
                cpt += 1
                var file = "{prefix}{cpt}.nit"
 
-               toolcontext.info("Execute {tc.attrs["classname"]}.{tc.attrs["name"]} in {file}", 2)
+               toolcontext.info("Execute {tc.attrs["classname"]}.{tc.attrs["name"]} in {file}", 1)
 
                var dir = file.dirname
                if dir != "" then dir.mkdir