1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

disable the vget test for now

This commit is contained in:
Alexander Medvednikov 2019-09-28 15:18:48 +03:00
parent e19b630ab1
commit d59d921e84

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() {