diff --git a/test.sh b/test.sh index deaae5758b..4370270db4 100755 --- a/test.sh +++ b/test.sh @@ -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'