test-runner: Add missing 's' option to command line parser

This commit is contained in:
Daniel Wagner 2020-03-07 19:01:13 +01:00 committed by Denis Kenzior
parent 3195485e80
commit 83ddd88e61
1 changed files with 1 additions and 1 deletions

View File

@ -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;