]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.c
ccanlint: use positive description for test_pass_valgrind_noleaks
[ccan] / tools / ccanlint / ccanlint.c
index 7515a7c6f7af15eebe184699c3e731a7ce37c555..6bfc6d15bd1debf7ad7355da0ce3ba2181e2dde8 100644 (file)
@@ -142,7 +142,7 @@ static bool run_test(struct ccanlint *i,
        if ((!score->pass && !quiet)
            || (score->score < score->total && verbose)
            || verbose > 1) {
-               printf("%s: %s", i->name, score->pass ? "PASS" : "FAIL");
+               printf("%s (%s): %s", i->name, i->key, score->pass ? "PASS" : "FAIL");
                if (score->total > 1)
                        printf(" (+%u/%u)", score->score, score->total);
                printf("\n");