builder: fix bug
parent
8bce800b4a
commit
e8f72a61dc
|
@ -109,7 +109,6 @@ SYMBOL: build-status
|
|||
"CPU: " write cpu print
|
||||
"OS: " write os print
|
||||
"Build directory: " write cwd print
|
||||
"git id: " write "git-id" eval-file print
|
||||
|
||||
git-clone [ "git clone failed" print ] run-or-bail
|
||||
|
||||
|
@ -126,6 +125,8 @@ SYMBOL: build-status
|
|||
|
||||
"test-log" delete-file
|
||||
|
||||
"git id: " write "git-id" eval-file print nl
|
||||
|
||||
"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
|
||||
|
|
Loading…
Reference in New Issue