fix the vget test
parent
dc28c787d1
commit
0bfb88e2e6
|
@ -1024,7 +1024,8 @@ fn install_v(args[]string) {
|
|||
}
|
||||
|
||||
fn (v &V) test_vget() {
|
||||
ret := os.system('v install nedpals.args')
|
||||
vexe := os.executable()
|
||||
ret := os.system('$vexe install nedpals.args')
|
||||
if ret != 0 {
|
||||
println('failed to run v install')
|
||||
exit(1)
|
||||
|
|
Loading…
Reference in New Issue