fixup! Introduce precooked project
[deliverable/lttng-ivc.git] / lttng_ivc / utils / project.py
index 912612067e294766dba9285ed0e902caf1fdd8c9..073acb19cc0c2ea7510c79abe783175613b60735 100644 (file)
@@ -308,6 +308,12 @@ class Lttng_modules(Project):
         p.check_returncode()
         self.isInstalled = True
 
+    def autobuild(self):
+        try:
+            super(Lttng_modules, self).autobuild()
+        except subprocess.CalledProcessError as e:
+            self.skip = True
+
 
 class Lttng_ust(Project):
     def __init__(self, label, git_path, sha1, tmpdir):
This page took 0.02384 seconds and 5 git commands to generate.