Use verbose option on modprobe
[deliverable/lttng-ivc.git] / lttng_ivc / utils / project.py
index 7e3ba98ae07c58d1f2f4c370e8ec9bb9316e628e..24a12166fbb47bc9649e62c483fa7474be405a6e 100644 (file)
@@ -346,7 +346,7 @@ class Lttng_modules(Project):
     def __init__(self, label, git_path, sha1, tmpdir):
         super(Lttng_modules, self).__init__(label=label, git_path=git_path,
                                             sha1=sha1, tmpdir=tmpdir)
-        self.add_special_env_variable("MODPROBE_OPTIONS","-d {}".format(self.installation_path))
+        self.add_special_env_variable("MODPROBE_OPTIONS","-v -d {}".format(self.installation_path))
 
     def bootstrap(self):
         pass
This page took 0.022789 seconds and 5 git commands to generate.