builder.test: recover from errors in do-load and do-tests

db4
Eduardo Cavazos 2008-02-11 21:32:41 -06:00
parent 11ff8c6549
commit 8a25e9432c
1 changed files with 2 additions and 2 deletions
extra/builder/test

View File

@ -57,7 +57,7 @@ IN: builder.test
: do-all ( -- )
record-bootstrap-time
do-load
do-tests ;
[ do-load ] [ drop ] recover
[ do-tests ] [ drop ] recover ;
MAIN: do-all