usecache: get all tests running with -usecache enabled by default (p.1) (#7699)

This commit is contained in:
joe-conigliaro 2021-01-20 16:04:59 +11:00 committed by GitHub
parent b3a4f746a2
commit 97ebecc5f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 261 additions and 119 deletions

View file

@ -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')
}