compiler_test: do not run on windows for now

pull/4107/head
Alexander Medvednikov 2020-03-23 20:36:34 +01:00
parent ae2d001261
commit 1cb45e9916
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ import os
import term import term
fn test_all() { fn test_all() {
$if windows {
return
}
vexe := os.getenv('VEXE') vexe := os.getenv('VEXE')
vroot := os.dir(vexe) vroot := os.dir(vexe)
dir := os.join_path(vroot,'vlib/v/tests') dir := os.join_path(vroot,'vlib/v/tests')