From acc93a66bbc82b9eff2697dbcfe28d8bcd3ddad5 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 4 Jan 2021 00:28:51 +0200 Subject: [PATCH] ci: skip the mysql.v example on windows too --- cmd/tools/modules/testing/common.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/tools/modules/testing/common.v b/cmd/tools/modules/testing/common.v index 380cbd7b6e..e225110209 100644 --- a/cmd/tools/modules/testing/common.v +++ b/cmd/tools/modules/testing/common.v @@ -25,7 +25,7 @@ pub mut: progress_mode bool root_relative bool // used by CI runs, so that the output is stable everywhere nmessages chan LogMessage // many publishers, single consumer/printer - nmessage_idx int // currently printed message index + nmessage_idx int // currently printed message index nprint_ended chan int // read to block till printing ends, 1:1 } @@ -116,6 +116,7 @@ pub fn new_test_session(_vargs string) TestSession { skip_files << 'examples/database/mysql.v' } $if windows { + skip_files << 'examples/database/mysql.v' skip_files << 'examples/x/websocket/ping.v' // requires OpenSSL } if github_job != 'ubuntu-tcc' {