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

View File

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