move compiler tests to compiler/
parent
4594d78bd6
commit
761ba17018
|
@ -795,7 +795,7 @@ fn new_v(args[]string) *V {
|
||||||
os.write_file(TmpPath + '/VROOT', lang_dir)
|
os.write_file(TmpPath + '/VROOT', lang_dir)
|
||||||
} else {
|
} else {
|
||||||
println('V repo not found. Cloning...')
|
println('V repo not found. Cloning...')
|
||||||
exit(1)
|
exit(1)
|
||||||
os.mv('v', 'v.bin')
|
os.mv('v', 'v.bin')
|
||||||
os.exec('git clone https://github.com/vlang/v')
|
os.exec('git clone https://github.com/vlang/v')
|
||||||
if !os.dir_exists('v') {
|
if !os.dir_exists('v') {
|
||||||
|
|
Loading…
Reference in New Issue