The exact syntax for commands is: 'check-command: ' <command> <args>... and the command itself must *not* be prefixed with './'. Fix the last three that had it wrong. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- validation/fp-ops.c | 2 +- validation/option-parsing-00.c | 2 +- validation/option-parsing-01.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/validation/fp-ops.c b/validation/fp-ops.c index 7f58a72fc..71cb9848b 100644 --- a/validation/fp-ops.c +++ b/validation/fp-ops.c @@ -7,7 +7,7 @@ _Bool ftst(double x) { return !x; } /* * check-name: floating-point ops - * check-command: ./test-linearize -Wno-decl $file + * check-command: test-linearize -Wno-decl $file * check-output-start fadd: diff --git a/validation/option-parsing-00.c b/validation/option-parsing-00.c index 9b85943c1..9dceab7fa 100644 --- a/validation/option-parsing-00.c +++ b/validation/option-parsing-00.c @@ -1,5 +1,5 @@ /* * check-name: option parsing 00 - * check-command sparse -foptimize-xyz $file + * check-command: sparse -foptimize-xyz $file */ diff --git a/validation/option-parsing-01.c b/validation/option-parsing-01.c index e33a2ef0b..a2875bd15 100644 --- a/validation/option-parsing-01.c +++ b/validation/option-parsing-01.c @@ -1,5 +1,5 @@ /* * check-name: option parsing 01 - * check-command sparse -fno-optimize-xyz $file + * check-command: sparse -fno-optimize-xyz $file */ -- 2.15.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html