Searched refs:lineLimit (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/ |
| H A D | script.py | 209 …def executeShellCommand(command, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, … argument 213 …eq([command], checkCommand=checkCommand, timeout=timeout, log=log, lineLimit=lineLimit, cwd=cwd, e… 216 …ommandSeq(commandseq, checkCommand = None, timeout = 600.0, log = None, lineLimit = 0, cwd=None, e… argument 229 if lineLimit: 230 output = '\n'.join(output.split('\n')[:lineLimit])
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 487 …checkCommand = report, timeout = timeout, log = self.log, logOutputflg = False, lineLimit = 100000)
|