nitunit: updade usage of get_mmodule_by_name
[nit.git] / src / nitunit.nit
index 4dceda0..f4f9719 100644 (file)
@@ -93,7 +93,7 @@ class NitUnitExecutor
                end
                f.close
 
-               var cmd = "../bin/nitg --no-color '{file}' -I . >'{file}.out1' 2>&1 </dev/null -o '{file}.bin'"
+               var cmd = "../bin/nitg --ignore-visibility --no-color '{file}' -I . >'{file}.out1' 2>&1 </dev/null -o '{file}.bin'"
                var res = sys.system(cmd)
                var res2 = 0
                if res == 0 then
@@ -162,7 +162,7 @@ redef class ModelBuilder
                var o = mmodule
                var g = o.mgroup
                if g != null then
-                       o = get_mmodule_by_name(nmodule, mmodule, g.mproject.name).as(not null)
+                       o = get_mmodule_by_name(nmodule, g, g.mproject.name).as(not null)
                end
 
                ts.attr("package", mmodule.full_name)