Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-02-13 17:34:25 -06:00
commit 35b5f222e3
1 changed files with 2 additions and 2 deletions

View File

@ -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 arrays system continuations namespaces sequences splitting math.parser
prettyprint tools.time calendar bake vars http.client prettyprint tools.time calendar bake vars http.client
combinators bootstrap.image bootstrap.image.download combinators bootstrap.image bootstrap.image.download
combinators.cleave ; combinators.cleave benchmark ;
IN: builder IN: builder
@ -176,7 +176,7 @@ SYMBOL: build-status
"Did not pass test-all: " print "../test-all-vocabs" cat "Did not pass test-all: " print "../test-all-vocabs" cat
"Benchmarks: " print "Benchmarks: " print
"../benchmarks" [ stdio get contents eval ] with-file-in . "../benchmarks" [ stdio get contents eval ] with-file-in benchmarks.
] with-file-out ; ] with-file-out ;