X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass_valgrind.c;h=90e42349715f9ff2c0ef706e54123072f5f52212;hp=700efeb94110cce2cbc6d636ebd9b4f8f790c972;hb=dfafd0a1f522277c9be5fc589885db38f706d108;hpb=1ddb7420f1ac53c060aec62e26702d1d7029fc54 diff --git a/tools/ccanlint/tests/tests_pass_valgrind.c b/tools/ccanlint/tests/tests_pass_valgrind.c index 700efeb9..90e42349 100644 --- a/tools/ccanlint/tests/tests_pass_valgrind.c +++ b/tools/ccanlint/tests/tests_pass_valgrind.c @@ -255,8 +255,9 @@ static void run_under_debugger_vg(struct manifest *m, struct score *score) concat(score, per_file_options(&tests_pass_valgrind, first->file)), valgrind_suppress, first->file->compiled[COMPILE_NORMAL]); - if (system(command)) + if (system(command)) { doesnt_matter(); + } } struct ccanlint tests_pass_valgrind = {