Changeset 4c51aca


Ignore:
Timestamp:
Aug 15, 2019, 2:08:51 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
d8fb85c
Parents:
4c1b9ea8
Message:

Fixed jenkinsfile to also archive test crashes on short tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r4c1b9ea8 r4c51aca  
    159159                        dir (BuildDir) {
    160160                                //Run the tests from the tests directory
    161                                 sh 'make --no-print-directory -C tests'
     161                                sh "make --no-print-directory -C tests archiveerrors=${BuildDir}/tests/crashes/short"
    162162                        }
    163163                }
     
    166166                        dir (BuildDir) {
    167167                                        //Run the tests from the tests directory
    168                                         sh """make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=yes archiveerrors=${BuildDir}/tests/crashes/debug"""
    169                                         sh """make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=no  archiveerrors=${BuildDir}/tests/crashes/nodebug"""
     168                                        sh """make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=yes archiveerrors=${BuildDir}/tests/crashes/full-debug"""
     169                                        sh """make --no-print-directory -C tests timeouts="--timeout=600 --global-timeout=14400" all-tests debug=no  archiveerrors=${BuildDir}/tests/crashes/full-nodebug"""
    170170                        }
    171171                }
Note: See TracChangeset for help on using the changeset viewer.