mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
usecache: get all tests running with -usecache enabled by default (p.1) (#7699)
This commit is contained in:
parent
b3a4f746a2
commit
97ebecc5f4
23 changed files with 261 additions and 119 deletions
|
@ -44,7 +44,7 @@ fn v_compile(vopts string) os.Result {
|
|||
eprintln('>>> v_compile res: $res')
|
||||
// assert res.exit_code == 0
|
||||
$if !windows {
|
||||
os.system('dir $cfolder -a -l')
|
||||
os.system('ls -al $cfolder')
|
||||
} $else {
|
||||
os.system('dir $cfolder /a')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue