Changeset c429ec2
- Timestamp:
- May 12, 2017, 11:01:08 AM (7 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:
- ce34152
- Parents:
- 8dac2cc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/TestRegen
r8dac2cc rc429ec2 22 22 catch (Exception caughtError) { 23 23 email_error() 24 25 throw caughtError 24 26 } 25 27 } … … 49 51 50 52 def install_dir = pwd tmp: true 51 52 //Clean everything from the last build53 sh 'make maintainer-clean > /dev/null'54 53 55 54 //Configure the conpilation (Output is not relevant) … … 64 63 //Regenerate the desired tests 65 64 sh "src/tests/test.py --regenerate-expected ${test_list}" 65 66 //Clean everything from the last build 67 sh 'make maintainer-clean > /dev/null' 66 68 } 67 69
Note: See TracChangeset
for help on using the changeset viewer.