mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test: use 'stty size' for vtest --- line instead of 'tput cols'
This commit is contained in:

committed by
Alexander Medvednikov

parent
6c4ef368d7
commit
cf37028a52
@ -94,6 +94,7 @@ pub fn (ts mut TestSession) test() {
|
||||
os.rm( tmpc_filepath )
|
||||
}
|
||||
ts.benchmark.stop()
|
||||
eprintln(term.h_divider())
|
||||
}
|
||||
|
||||
pub fn vlib_should_be_present( parent_dir string ) {
|
||||
@ -177,6 +178,7 @@ pub fn building_any_v_binaries_failed() bool {
|
||||
eprintln(bmark.step_message('$cmd => ${bok}'))
|
||||
}
|
||||
bmark.stop()
|
||||
eprintln(term.h_divider())
|
||||
eprintln( bmark.total_message( 'building v binaries' ) )
|
||||
|
||||
return failed
|
||||
|
Reference in New Issue
Block a user