disable the vget test for now

pull/2148/head
Alexander Medvednikov 2019-09-28 15:18:48 +03:00
parent e19b630ab1
commit d59d921e84
1 changed files with 2 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ fn install_v(args[]string) {
} }
fn (v &V) test_vget() { fn (v &V) test_vget() {
return /*
vexe := os.executable() vexe := os.executable()
ret := os.system('$vexe install nedpals.args') ret := os.system('$vexe install nedpals.args')
if ret != 0 { if ret != 0 {
@ -1036,6 +1036,7 @@ fn (v &V) test_vget() {
exit(1) exit(1)
} }
println('vget is OK') println('vget is OK')
*/
} }
fn (v &V) test_v() { fn (v &V) test_v() {