Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bin/omp-web-systemd.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ test("install creates the env file and unit with LAN settings", { skip: process.
PORT: "40123",
};
delete childEnv.PI_CODING_AGENT_DIR;
delete childEnv.OMP_WEB_OMP_BIN;

const result = spawnSync(process.execPath, [path.join(process.cwd(), "bin", "omp-web-systemd.js"), "install", "--no-autostart"], {
env: childEnv,
Expand Down