mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vtest-fixed: remove debug message output (#7898)
This commit is contained in:
parent
9b9cab92f0
commit
7135773975
@ -125,8 +125,7 @@ fn main() {
|
|||||||
if sanitize_undefined {
|
if sanitize_undefined {
|
||||||
tsession.skip_files << skip_with_fsanitize_undefined
|
tsession.skip_files << skip_with_fsanitize_undefined
|
||||||
}
|
}
|
||||||
println(tsession.skip_files)
|
// println(tsession.skip_files)
|
||||||
//
|
|
||||||
if os.getenv('V_CI_MUSL').len > 0 {
|
if os.getenv('V_CI_MUSL').len > 0 {
|
||||||
tsession.skip_files << skip_on_musl
|
tsession.skip_files << skip_on_musl
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user