Home
last modified time | relevance | path

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

/external/catch2/scripts/
DreleaseCommon.py12 versionPath = os.path.join( rootPath, "internal/catch_version.cpp" ) variable
19 f = open( versionPath, 'r' )
66 f = open( versionPath, 'r' )
75 f = open( versionPath, 'w' )
DreleaseNotes.py16 versionPath = os.path.join( rootPath, "internal/catch_version.hpp" ) variable
19 hashes = runAndCapture( ['git', 'log', '-2', '--format="%H"', versionPath] )