Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Apache/test/   (Apache Software Stiftung Version 2.4.65©)  Datei vom 7.2.2022 mit Größe 1 kB image not shown  

Quelle  test_travis_conditions.sh   Sprache: Shell

 
#!/bin/sh -e
# Script to test whether travis conditions match correctly.
# "gem install travis-conditions". Tests .travis.yml in the cwd.

cond_24x="`sed -n '/&condition_24x_only/{s/.*condition_24x_only//;p;q;}' .travis.yml`"
cond_not_24x="`sed -n '/&condition_not_24x/{s/.*condition_not_24x//;p;q;}' .travis.yml`"

echo Condition 2.4.x: ${cond_24x}
echo Condition not 2.4.x: ${cond_not_24x}

function testit()
{
    local data=$1
    local expect=$2

    is_24x=`travis-conditions eval "$cond_24x" --data "${data}"`
    not_24x=`travis-conditions eval "$cond_not_24x" --data "${data}"`

    if [ $is_24x = $not_24x ]; then
        echo FAIL: Tests as both 2.4.x and not 2.4.x for "$data"
        return 1
    elif [ $expect = 2.4.x -a $is_24x = true ]; then
        echo PASS
    elif [ $expect = trunk ]; then
        echo PASS
    else
        echo FAIL for "$data"
        return 1
    fi
    return 0
}

testit '{"tag": "2.4.49"}' 2.4.x
testit '{"tag": "2.5.59"}' trunk
testit '{"branch": "2.4.x"}' 2.4.x
testit '{"branch": "candidate-2.4.49"}' 2.4.x
testit '{"branch": "2.4.55-candidate"}' 2.4.x
testit '{"branch": "2.4-backport-branch"}' 2.4.x
testit '{"branch": "2.4.x-something"}' 2.4.x
testit '{"branch": "2.5.0"}' trunk
testit '{"branch": "2.5.x"}' trunk
testit '{"branch": "trunk"}' trunk

Messung V0.5
C=84 H=96 G=90

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.