Changeset 0961bf4
- Timestamp:
 - May 9, 2017, 4:26:16 PM (8 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
 - Children:
 - 29cf9c8, cbb675d
 - Parents:
 - 66ef082
 - File:
 - 
      
- 1 edited
 
- 
          
  Jenkinsfile (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
Jenkinsfile
r66ef082 r0961bf4 274 274 //Run the tests from the tests directory 275 275 if ( do_alltests ) { 276 sh 'make -C src/tests all-tests debug=yes '277 sh 'make -C src/tests all-tests debug=no '276 sh 'make -C src/tests all-tests debug=yes --no-print-directory' 277 sh 'make -C src/tests all-tests debug=no --no-print-directory' 278 278 } 279 279 else { 280 sh 'make -C src/tests '280 sh 'make -C src/tests --no-print-directory' 281 281 } 282 282 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.