]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/run_tests.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / compulsory_tests / run_tests.c
index 2fd87a8c5c4978204926440aa4f6ef02c27cbdbf..581654a176b7f8a1f6403b0fdc000d0368e22c39 100644 (file)
@@ -125,7 +125,7 @@ static void run_under_debugger(struct manifest *m, void *check_result)
 
 struct ccanlint run_tests = {
        .key = "run",
-       .name = "run and api tests run successfully",
+       .name = "Module's run and api tests pass",
        .score = score_run_tests,
        .check = do_run_tests,
        .describe = describe_run_tests,