mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tools: fix the behaviour of regress.v , when oldv.v is not compiled
This commit is contained in:
parent
382586da6d
commit
cb969e0934
@ -8,7 +8,7 @@ const oldvexe = fullpath(tools_folder, 'oldv')
|
||||
|
||||
const oldv_source = fullpath(tools_folder, 'oldv.v')
|
||||
|
||||
const vroot = os.real_path(os.dir(tools_folder))
|
||||
const vroot = os.real_path(os.dir(os.dir(tools_folder)))
|
||||
|
||||
const vexe = fullpath(vroot, 'v')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user