Changeset 38eef0e


Ignore:
Timestamp:
Feb 22, 2017, 3:14:54 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
26a63f0
Parents:
654d2228
Message:

Wrong variable names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r654d2228 r38eef0e  
    155155        echo """Compiler                        : ${compiler.cc_name} (${compiler.cpp_cc}/${compiler.cfa_cc})
    156156Architecture            : ${architecture}
    157 Run All Tests           : ${ param_allTests.toString() }
    158 Run Benchmark           : ${ param_benchmark.toString() }
    159 Build Documentation     : ${ param_doc.toString() }
    160 Publish                 : ${ param_publish.toString() }
    161 Silent                  : ${ do_sendemail.toString() }
     157Run All Tests           : ${ pRunAllTests.toString() }
     158Run Benchmark           : ${ pRunBenchmark.toString() }
     159Build Documentation     : ${ pBuildDocumentation.toString() }
     160Publish                 : ${ pPublish.toString() }
     161Silent                  : ${ pSilent.toString() }
    162162"""
    163163
Note: See TracChangeset for help on using the changeset viewer.