Changeset cdcd53dc


Ignore:
Timestamp:
May 10, 2019, 3:26:17 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1531ef5
Parents:
36354b1
Message:

Fixed inverted condition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkinsfile

    r36354b1 rcdcd53dc  
    439439        }
    440440
    441         def series = new_data ? [] : [[
     441        def series = new_data ? [[
    442442                                file: "${file}.csv",
    443443                                exclusionValues: '',
     
    445445                                inclusionFlag: 'OFF',
    446446                                url: ''
    447                         ]];
     447                        ]] : [];
    448448
    449449        echo "file is ${BuildDir}/benchmark/${file}.csv, group ${group}, title ${title}"
Note: See TracChangeset for help on using the changeset viewer.