Make parser in mason.test noisy so we get real output.

Fixes #126.
db4
Doug Coleman 2011-09-13 19:45:36 -05:00
parent d6668caf7d
commit 900afdd6a8
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ compiler.errors generic help.html help.lint io io.directories
io.encodings.utf8 io.files kernel locals mason.common
namespaces sequences sets sorting source-files.errors system
tools.errors tools.test tools.time vocabs.errors
vocabs.hierarchy vocabs.refresh words ;
vocabs.hierarchy vocabs.refresh words parser.notes ;
IN: mason.test
: do-load ( -- )
@ -64,6 +64,7 @@ M: method word-vocabulary "method-generic" word-prop word-vocabulary ;
outdated-core-vocabs [ outdated-boot-image. t ] [ 2drop f ] if ;
: do-all ( -- )
f parser-quiet? set-global
".." [
bootstrap-time get boot-time-file to-file
check-boot-image [ 1 exit ] when