Skip to content

Commit c94e1e0

Browse files
committed
ci: fix failure of the docker-ubuntu-musl job (keep vlib/vweb/vweb_app_test.v in the skip_files)
1 parent c432ed1 commit c94e1e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎cmd/tools/modules/testing/common.v‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
274274
if !os.exists('/usr/local/include/wkhtmltox/pdf.h') {
275275
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
276276
}
277-
skip_files << 'vlib/veb/tests/veb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h
277+
skip_files << 'vlib/vweb/vweb_app_test.v' // imports the `sqlite` module, which in turn includes `sqlite3.h`
278+
skip_files << 'vlib/veb/tests/veb_app_test.v' // imports the `sqlite` module, which in turn includes `sqlite3.h`
278279
}
279280
$if !macos {
280281
skip_files << 'examples/macos_tray/tray.v'

0 commit comments

Comments
 (0)