diff options
Diffstat (limited to 'tests/bram/run-test.sh')
-rwxr-xr-x | tests/bram/run-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bram/run-test.sh b/tests/bram/run-test.sh index a30416787..d6ba0de43 100755 --- a/tests/bram/run-test.sh +++ b/tests/bram/run-test.sh @@ -9,7 +9,7 @@ OPTIND=1 count=5 seed="" # default to no seed specified debug="" -while getopts "c:S:" opt +while getopts "c:dS:" opt do case "$opt" in c) count="$OPTARG" ;; |