Changes in / [873ffb7:5d125e4]
- Files:
-
- 2 edited
-
Jenkins/FullBuild (modified) (1 diff)
-
src/tests/test.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/FullBuild
r873ffb7 r5d125e4 28 28 def out_dir = pwd tmp: true 29 29 sh "mkdir -p ${out_dir}" 30 31 //checkout the code to make sure this is a valid git repo32 checkout scm33 30 34 31 //parse git logs to find what changed -
src/tests/test.py
r873ffb7 r5d125e4 26 26 makefile = file.read() 27 27 m = re.search("CFA_FLAGS\s*=\s*-m(.*)", makefile) 28 return m.group(1) if m else '64'28 return m.group(1) 29 29 30 30 # reads the directory ./.expect and indentifies the tests
Note:
See TracChangeset
for help on using the changeset viewer.