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

db4
Slava Pestov 2008-05-10 00:42:48 -05:00
commit a9b4a69e00
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ IN: builder.report
"Build directory: " write build-dir print
"git id: " write "git-id" eval-file print nl
status-vm get f = [ "compile-log" cat "vm compile error" throw ] when
status-boot get f = [ "boot-log" cat "Boot error" throw ] when
status-vm get f = [ "compile-log" cat "vm compile error" throw ] when
status-boot get f = [ "boot-log" 100 cat-n "Boot error" throw ] when
status-test get f = [ "test-log" 100 cat-n "Test error" throw ] when
"Boot time: " write "boot-time" eval-file milli-seconds>time print