From: Jean Privat Date: Wed, 23 Apr 2014 01:47:52 +0000 (-0400) Subject: nitunit: learn to use `nit_dir` instead of hardcoding the path of nitg X-Git-Tag: v0.6.6~106^2~2 X-Git-Url: http://nitlanguage.org nitunit: learn to use `nit_dir` instead of hardcoding the path of nitg Signed-off-by: Jean Privat --- diff --git a/src/nitunit.nit b/src/nitunit.nit index f4f9719..2833445 100644 --- a/src/nitunit.nit +++ b/src/nitunit.nit @@ -93,7 +93,13 @@ class NitUnitExecutor end f.close - var cmd = "../bin/nitg --ignore-visibility --no-color '{file}' -I . >'{file}.out1' 2>&1