mirror of
https://github.com/corda/corda.git
synced 2025-01-21 12:05:08 +00:00
allow test.sh to work in debug-fast and fast modes
This commit is contained in:
parent
9fe00836f7
commit
ec3f42c66e
@ -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* )
|
||||
|
Loading…
Reference in New Issue
Block a user