diff --git a/master.cfg b/master.cfg index 770bbe7..88ee9cc 100644 --- a/master.cfg +++ b/master.cfg @@ -467,7 +467,8 @@ The parameters of the class are: self.extra_make_flags = [] self.addStep (self.CompileClass (self.extra_make_flags)) - self.addStep (MakeTAGSGDB ()) + # Disabling this until we figure out how to properly run + test +# self.addStep (MakeTAGSGDB ()) if not self.extra_make_check_flags: self.extra_make_check_flags = []