From: Jean Privat Date: Mon, 6 Jun 2016 17:26:20 +0000 (-0400) Subject: nitunit: compile with -q to silent warnings X-Git-Url: http://nitlanguage.org nitunit: compile with -q to silent warnings Signed-off-by: Jean Privat --- diff --git a/src/testing/testing_doc.nit b/src/testing/testing_doc.nit index 814f7d2..75e0830 100644 --- a/src/testing/testing_doc.nit +++ b/src/testing/testing_doc.nit @@ -274,7 +274,7 @@ class NitUnitExecutor if mmodule != null then opts.add "-I {mmodule.filepath.dirname}" end - var cmd = "{nitc} --ignore-visibility --no-color '{file}' {opts.join(" ")} >'{file}.out1' 2>&1 '{file}.out1' 2>&1