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

db4
Doug Coleman 2008-04-07 19:30:33 -05:00
commit 3c4154546b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ IN: builder
+closed+ >>stdin
"../test-log" >>stdout
+stdout+ >>stderr
120 minutes >>timeout ;
240 minutes >>timeout ;
: do-builder-test ( -- )
builder-test [ "Test error" print "../test-log" 100 cat-n ] run-or-bail ;