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

net.ftp: make ftp's tests just compile (not run) on CI

This commit is contained in:
Delyan Angelov
2019-12-28 14:55:53 +02:00
committed by Alexander Medvednikov
parent 48585e54df
commit 68e1d8e8eb
5 changed files with 29 additions and 24 deletions

View File

@@ -59,6 +59,9 @@ fn v_files() []string {
if tfile in known_failing_exceptions {
continue
}
if tfile.starts_with('./vlib/v/cgen/tests') {
continue
}
files_that_can_be_formatted << tfile
}
return files_that_can_be_formatted