Changeset 89427de


Ignore:
Timestamp:
Aug 17, 2018, 2:05:49 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
d2c58be
Parents:
5c45fec
Message:

Typo lead to stupid unintelligeable exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r5c45fec r89427de  
    166166                this.DescShort = "${ this.Compiler.cc_name }:${ this.Architecture.name }${full}"
    167167
    168                 this.DescLong """Compiler                : ${ this.Compiler.cc_name } (${ this.Compiler.cpp_cc }/${ this.Compiler.cfa_cc })
     168                this.DescLong = """Compiler              : ${ this.Compiler.cc_name } (${ this.Compiler.cpp_cc }/${ this.Compiler.cfa_cc })
    169169Architecture            : ${ this.Architecture.name }
    170170Arc Flags               : ${ this.Architecture.flags }
    171 Run All Tests           : ${ this.RunAllTests }
    172 Run Benchmark           : ${ this.RunBenchmark }
    173 Build Documentation     : ${ this.BuildDocumentation }
    174 Publish                 : ${ this.Publish }
    175 Silent                  : ${ this.Silent }
     171Run All Tests           : ${ this.RunAllTests.toString() }
     172Run Benchmark           : ${ this.RunBenchmark.toString() }
     173Build Documentation     : ${ this.BuildDocumentation.toString() }
     174Publish                 : ${ this.Publish.toString() }
     175Silent                  : ${ this.Silent.toString() }
    176176"""
    177177        }
Note: See TracChangeset for help on using the changeset viewer.