mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-23 00:11:28 -07:00
test: force x11 backend in launcher ci harness
This commit is contained in:
@@ -424,6 +424,8 @@ ${bunBinary} -e "const net=require('node:net'); const fs=require('node:fs'); con
|
|||||||
...makeTestEnv(homeDir, xdgConfigHome),
|
...makeTestEnv(homeDir, xdgConfigHome),
|
||||||
PATH: `${binDir}${path.delimiter}${process.env.Path || process.env.PATH || ''}`,
|
PATH: `${binDir}${path.delimiter}${process.env.Path || process.env.PATH || ''}`,
|
||||||
Path: `${binDir}${path.delimiter}${process.env.Path || process.env.PATH || ''}`,
|
Path: `${binDir}${path.delimiter}${process.env.Path || process.env.PATH || ''}`,
|
||||||
|
DISPLAY: ':99',
|
||||||
|
XDG_SESSION_TYPE: 'x11',
|
||||||
SUBMINER_APPIMAGE_PATH: appPath,
|
SUBMINER_APPIMAGE_PATH: appPath,
|
||||||
SUBMINER_TEST_MPV_ARGS: mpvArgsPath,
|
SUBMINER_TEST_MPV_ARGS: mpvArgsPath,
|
||||||
SUBMINER_TEST_CAPTURE: path.join(root, 'captured-args.txt'),
|
SUBMINER_TEST_CAPTURE: path.join(root, 'captured-args.txt'),
|
||||||
|
|||||||
Reference in New Issue
Block a user