X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass.c;h=15a97363098c0786790aad7c9ab433d9accd3d5d;hp=f30fed66cb5924dc42427b2fd49cc50aa65cefd0;hb=e463c4f4b6614cdd869d3db61e14703f3f1c923b;hpb=6c1d3e2739e97674069862ec7369677d25e80312 diff --git a/tools/ccanlint/tests/tests_pass.c b/tools/ccanlint/tests/tests_pass.c index f30fed66..15a97363 100644 --- a/tools/ccanlint/tests/tests_pass.c +++ b/tools/ccanlint/tests/tests_pass.c @@ -59,7 +59,7 @@ static void run_under_debugger(struct manifest *m, struct score *score) return; first = list_top(&score->per_file_errors, struct file_error, list); - command = talloc_asprintf(m, "gdb -ex 'break tap.c:136' -ex 'run' %s", + command = talloc_asprintf(m, "gdb -ex 'break tap.c:132' -ex 'run' %s", first->file->compiled); if (system(command)) doesnt_matter(); @@ -81,7 +81,7 @@ struct ccanlint tests_pass_without_features = { .name = "Module's run and api tests pass (without features)", .check = do_run_tests, .handle = run_under_debugger, - .needs = "tests_pass reduce_features" + .needs = "tests_compile_without_features" }; REGISTER_TEST(tests_pass_without_features);