mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +00:00
test: avoid login shell in install version test
This commit is contained in:
@@ -37,7 +37,7 @@ function resolveInstallerVersionCases(params: {
|
||||
const output = execFileSync(
|
||||
"bash",
|
||||
[
|
||||
"-lc",
|
||||
"-c",
|
||||
`source "${installerPath}" >/dev/null 2>&1
|
||||
for openclaw_bin in "\${@:3}"; do
|
||||
OPENCLAW_BIN="$openclaw_bin"
|
||||
|
||||
Reference in New Issue
Block a user