mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 03:04:29 -04:00
test: stabilize slow and flaky tests
This commit is contained in:
@@ -25,8 +25,8 @@ describe("parseSystemdExecStart", () => {
|
||||
]);
|
||||
});
|
||||
|
||||
it("supports backslash-escaped characters", () => {
|
||||
const execStart = "/usr/bin/clawdbot gateway start --path \/tmp\/clawdbot";
|
||||
it("parses path arguments", () => {
|
||||
const execStart = "/usr/bin/clawdbot gateway start --path /tmp/clawdbot";
|
||||
expect(parseSystemdExecStart(execStart)).toEqual([
|
||||
"/usr/bin/clawdbot",
|
||||
"gateway",
|
||||
|
||||
Reference in New Issue
Block a user