]> gitweb.factorcode.org Git - factor.git/commitdiff
Make parser in mason.test noisy so we get real output.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 14 Sep 2011 00:45:36 +0000 (19:45 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 14 Sep 2011 00:52:32 +0000 (19:52 -0500)
Fixes #126.

extra/mason/test/test.factor

index 8e248e861b841443324a5472ad10822bb0a78e8f..ea7394dd2f130b04b22d961b01e3a9717a183a77 100644 (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