diff --git a/tools/test-runner.c b/tools/test-runner.c index c4623d79..804a1038 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -3104,7 +3104,7 @@ int main(int argc, char *argv[]) for (;;) { int opt; - opt = getopt_long(argc, argv, "A:q:k:v:g:l:UVdh", main_options, + opt = getopt_long(argc, argv, "A:q:k:v:g:sl:UVdh", main_options, NULL); if (opt < 0) break;