Home
last modified time | relevance | path

Searched refs:lineLimit (Results 1 – 2 of 2) sorted by relevance

/petsc/config/BuildSystem/
H A Dscript.py209 …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 Dbase.py487 …checkCommand = report, timeout = timeout, log = self.log, logOutputflg = False, lineLimit = 100000)