Use verbose option on modprobe
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 15 Dec 2017 21:10:25 +0000 (16:10 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 15 Dec 2017 21:10:25 +0000 (16:10 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
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.025485 seconds and 5 git commands to generate.