Skip to content

Commit b1c80fd

Browse files
benoit-pierreFrenzie
authored andcommitted
tests: fix test runner short coverage option
It does not take an argument.
1 parent a0f1a5f commit b1c80fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-runner/runtests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# shellcheck disable=SC2317
33

4-
declare -r RUNTESTS_GETOPT_SHORT='c:f:gj:lo:qt:vw:x'
4+
declare -r RUNTESTS_GETOPT_SHORT='cf:gj:lo:qt:vw:x'
55
declare -r RUNTESTS_GETOPT_LONG='coverage,filter:,gdb,jobs:,list,output:,quiet,tags:,verbose,wrapper:,exitfirst,busted::,meson::'
66
declare -r RUNTESTS_HELP="
77
OPTIONS:

0 commit comments

Comments
 (0)