mason: fix some bugs

db4
Slava Pestov 2009-04-18 03:04:03 -05:00
parent 86e4e314f3
commit b5acfdcd64
3 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,2 @@
USING: mason.build tools.test sequences ; USING: mason.build tools.test sequences ;
IN: mason.build.tests IN: mason.build.tests
{ create-build-dir enter-build-dir clone-builds-factor record-id }
[ must-infer ] each

View File

@ -5,7 +5,6 @@ USING: mason.email mason.common mason.config namespaces tools.test ;
[ [
"linux" target-os set "linux" target-os set
"x86.64" target-cpu set "x86.64" target-cpu set
status-error status set status-error subject prefix-subject
subject prefix-subject
] with-scope ] with-scope
] unit-test ] unit-test

View File

@ -63,6 +63,7 @@ IN: mason.report
benchmark-time-file benchmark-time-file
html-help-time-file html-help-time-file
} [ } [
execute( -- string )
dup utf8 file-contents milli-seconds>time dup utf8 file-contents milli-seconds>time
[XML <tr><td><-></td><td><-></td></tr> XML] [XML <tr><td><-></td><td><-></td></tr> XML]
] map [XML <h2>Timings</h2> <table><-></table> XML] ; ] map [XML <h2>Timings</h2> <table><-></table> XML] ;