Changes in Jenkinsfile [84917e2:cdcd53dc]
- File:
-
- 1 edited
-
Jenkinsfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Jenkinsfile
r84917e2 rcdcd53dc 130 130 //Run the tests from the tests directory 131 131 if ( Settings.RunAllTests ) { 132 sh 'make --no-print-directory -C tests timeouts="--timeout= 1200" all-tests debug=yes'133 sh 'make --no-print-directory -C tests timeouts="--timeout= 1200" all-tests debug=no '132 sh 'make --no-print-directory -C tests timeouts="--timeout=600" all-tests debug=yes' 133 sh 'make --no-print-directory -C tests timeouts="--timeout=600" all-tests debug=no ' 134 134 } 135 135 else {
Note:
See TracChangeset
for help on using the changeset viewer.