]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.report: Last patch for travisci to work?
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 18 Dec 2017 09:57:25 +0000 (03:57 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 18 Dec 2017 09:58:02 +0000 (03:58 -0600)
More benchmark spaghetti code to disable.

extra/mason/report/report.factor

index 225a4d60d844ca80712da1090941b82834220e16..f41d7e9aceb8fa9f7f4bde3165f9aa36dc147152 100644 (file)
@@ -143,7 +143,7 @@ IN: mason.report
         test-all-vocabs-file
         help-lint-vocabs-file
         compiler-errors-file
-        benchmark-error-vocabs-file
+        skip-mason-benchmarks get [ t ] [ benchmark-error-vocabs-file ] if
     } [ eval-file empty? ] all? ;
 
 : success ( -- status )