mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
usecache: get all tests running with -usecache enabled by default (p.1) (#7699)
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user