CLI: Fix option parsing in run_tests

This commit is contained in:
Michael Shilman 2019-10-14 23:48:30 +08:00
parent 07cc1f6852
commit fe64917edc

View File

@ -17,7 +17,7 @@ story_format='csf'
# parse command-line options
# '-f' sets fixtures directory
# '-s' sets story format to use
while getopts ":fs:" opt; do
while getopts ":f:s:" opt; do
case $opt in
f)
fixtures_dir=$OPTARG