Skip to content

Commit

Permalink
in appveyor summary, print errors first
Browse files Browse the repository at this point in the history
  • Loading branch information
mpictor committed Jun 14, 2015
1 parent 5b2782a commit 903277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/summarize-appveyor-log.go
Expand Up @@ -14,8 +14,8 @@ import (
func main() {
log := unwrap()
warns, errs := countMessages(log)
printMessages("warning", warns)
printMessages("error", errs)
printMessages("warning", warns)
}

/* the regex will match lines like
Expand Down

0 comments on commit 903277f

Please sign in to comment.