From d59d921e84b35cc8b3a87d592b713c3b93bc580f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 28 Sep 2019 15:18:48 +0300 Subject: [PATCH] disable the vget test for now --- compiler/main.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/main.v b/compiler/main.v index 8fb91bf987..106edbf220 100644 --- a/compiler/main.v +++ b/compiler/main.v @@ -1024,7 +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 { @@ -1036,6 +1036,7 @@ fn (v &V) test_vget() { exit(1) } println('vget is OK') + */ } fn (v &V) test_v() {