Home
last modified time | relevance | path

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

/external/catch2/scripts/
DreleaseNotes.py11 from scriptCommon import runAndCapture
19 hashes = runAndCapture( ['git', 'log', '-2', '--format="%H"', versionPath] )
20 lines = runAndCapture( ['git', 'log', hashes[1] + ".." + hashes[0], catchPath] )
DscriptCommon.py17 def runAndCapture( args ): function