vtest-fixed: remove debug message output (#7898)

pull/7900/head
yuyi 2021-01-06 00:13:38 +08:00 committed by GitHub
parent 9b9cab92f0
commit 7135773975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -125,8 +125,7 @@ fn main() {
if sanitize_undefined {
tsession.skip_files << skip_with_fsanitize_undefined
}
println(tsession.skip_files)
//
// println(tsession.skip_files)
if os.getenv('V_CI_MUSL').len > 0 {
tsession.skip_files << skip_on_musl
}