Merge branch 'master' of git://factorcode.org/git/factor
commit
35b5f222e3
extra/builder
|
@ -3,7 +3,7 @@ USING: kernel parser io io.files io.launcher io.sockets hashtables math threads
|
|||
arrays system continuations namespaces sequences splitting math.parser
|
||||
prettyprint tools.time calendar bake vars http.client
|
||||
combinators bootstrap.image bootstrap.image.download
|
||||
combinators.cleave ;
|
||||
combinators.cleave benchmark ;
|
||||
|
||||
IN: builder
|
||||
|
||||
|
@ -176,7 +176,7 @@ SYMBOL: build-status
|
|||
"Did not pass test-all: " print "../test-all-vocabs" cat
|
||||
|
||||
"Benchmarks: " print
|
||||
"../benchmarks" [ stdio get contents eval ] with-file-in .
|
||||
"../benchmarks" [ stdio get contents eval ] with-file-in benchmarks.
|
||||
|
||||
] with-file-out ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue