Commit 7ddfc669 authored by Rusty Russell's avatar Rusty Russell

ccanlint: override _info's Fails: with --target

I wanted to see what happened with tdb2's valgrind test (suppressed in the
_info file).
parent ed776b63
......@@ -469,7 +469,10 @@ int main(int argc, char *argv[])
}
}
add_info_fails(m->info_file);
/* --target overrides _info excludes */
if (!target)
add_info_fails(m->info_file);
while ((i = get_next_test(&normal_tests)) != NULL)
run_test(i, summary, &score, &total_score, m);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment