Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 079cee0

Browse filesBrowse files
committed
test: skip test-sqlite-extensions when SQLite is not built by us
PR-URL: #56341 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 959f133 commit 079cee0
Copy full SHA for 079cee0

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Open diff view settings
Collapse file

‎test/sqlite/test-sqlite-extensions.mjs‎

Copy file name to clipboardExpand all lines: test/sqlite/test-sqlite-extensions.mjs
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import test from 'node:test';
77
import fs from 'node:fs';
88
import childProcess from 'child_process';
99

10+
if (process.config.variables.node_shared_sqlite) {
11+
common.skip('Missing libsqlite_extension binary');
12+
}
13+
1014
// Lib extension binary is named differently on different platforms
1115
function resolveBuiltBinary(binary) {
1216
const targetFile = fs.readdirSync(path.dirname(process.execPath)).find((file) => file.startsWith(binary));

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.