Changeset cbb675d for Jenkinsfile


Ignore:
Timestamp:
May 9, 2017, 8:04:00 PM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
58cb21c
Parents:
903f7c3 (diff), 0961bf4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r903f7c3 rcbb675d  
    274274                //Run the tests from the tests directory
    275275                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'
    278278                }
    279279                else {
    280                         sh 'make -C src/tests'
     280                        sh 'make -C src/tests --no-print-directory'
    281281                }
    282282        }
Note: See TracChangeset for help on using the changeset viewer.