aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bram/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bram/run-test.sh')
-rwxr-xr-xtests/bram/run-test.sh2
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" ;;