Fix parameter error in test script.

This commit is contained in:
James Cole 2018-03-04 09:12:58 +01:00
parent d165609476
commit e7b80c6d10
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -24,7 +24,7 @@ verbalflag=''
testsuite='' testsuite=''
configfile='phpunit.xml'; configfile='phpunit.xml';
while getopts 'vcrtfa:u:s:' flag; do while getopts 'vcratf:u:s:' flag; do
case "${flag}" in case "${flag}" in
r) r)
resetTestFlag='true' resetTestFlag='true'