fixup! Introduce precooked project
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 22 Nov 2017 19:04:26 +0000 (14:04 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 22 Nov 2017 19:04:26 +0000 (14:04 -0500)
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.023875 seconds and 5 git commands to generate.