builder: remove test-log if successful

db4
Eduardo Cavazos 2008-02-19 14:37:33 -06:00
parent daaed1b4e9
commit 200e949973
1 changed files with 2 additions and 2 deletions

View File

@ -133,14 +133,14 @@ SYMBOL: build-status
make-vm [ "vm compile error" print "../compile-log" cat ] run-or-bail
! [ retrieve-image ] [ "Image download error" print throw ] recover
copy-image
bootstrap [ "Bootstrap error" print "../boot-log" cat ] run-or-bail
builder-test [ "Test error" print "../test-log" cat ] run-or-bail
"../test-log" delete-file
"Boot time: " write "../boot-time" eval-file milli-seconds>time print
"Load time: " write "../load-time" eval-file milli-seconds>time print
"Test time: " write "../test-time" eval-file milli-seconds>time print nl