disable the vget test for now

pull/2121/head
Alexander Medvednikov 2019-09-28 15:00:51 +03:00
parent 0bfb88e2e6
commit e19b630ab1
1 changed files with 1 additions and 0 deletions

View File

@ -1024,6 +1024,7 @@ fn install_v(args[]string) {
}
fn (v &V) test_vget() {
return
vexe := os.executable()
ret := os.system('$vexe install nedpals.args')
if ret != 0 {