allow test.sh to work in debug-fast and fast modes

This commit is contained in:
Joel Dice 2008-03-06 13:28:28 -07:00
parent 9fe00836f7
commit ec3f42c66e

View File

@ -17,7 +17,7 @@ for test in ${tests}; do
printf "%16s" "${test}: "
case ${mode} in
debug )
debug|debug-fast|fast )
${vm} ${flags} ${test} >>${log} 2>&1;;
stress* )