[Bps-public-commit] smokingit branch, full-tap, repushed

Alex Vandiver alexmv at bestpractical.com
Sat Jul 20 00:07:43 EDT 2013


The branch full-tap was deleted and repushed:
       was eab7e8cb24986e50def81012abc5127383937a7f
       now 4cfca5e2cecfd31c051ddb68adedd9f834755e4f

1:  215b619 = 1:  0ea45a8 Switch to clients sending raw TAP, not the parsed data from the aggregator
2:  91fa87b = 2:  2928040 Link test results from commit pages
3:  eab7e8c ! 3:  6c72d11 Bare-bones passing/failing test list for smoke results
    @@ -67,15 +67,20 @@
     +}
     +
     +.passingfile, .failingfile {
    ++    border-collapse: collapse;
    ++    padding: 0.1em 1em;
     +    margin-right: auto;
     +    margin-left: auto;
     +}
     +
     +.passingfile {
     +    border: 1px solid #cfc;
    -+    border-collapse: collapse;
    -+    padding: 0.1em 1em;
     +    background-color: #beb;
    ++}
    ++
    ++.failingfile {
    ++    border: 1px solid #fcc;
    ++    background-color: #f99;
     +}
     +
     +.elapsed {
    @@ -83,3 +88,4 @@
     +    right: 2em;
     +}
     \ No newline at end of file
    +
-:  ------- > 4:  4cfca5e Add an upgrade step to build SmokeFileResults out of aggregators




More information about the Bps-public-commit mailing list