Update test/backend-test/test-system-service.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
iotux
2026-01-01 08:01:26 +01:00
committed by GitHub
co-authored by Copilot
parent 8308161962
commit 91f31f56cb
+2 -2
View File
@@ -20,10 +20,10 @@ if (process.platform === "linux") {
}
}
// With Linux and no Systemd (AM64), the test is skipped.
// With Linux and no Systemd (ARM64), the test is skipped.
if (process.platform === "linux" && !isSystemd) {
console.log("::warning title=Systemd Missing::Linux environment detected without systemd (PID 1).");
console.log("Skipping System Service test for ARM&4 runner or containers.");
console.log("Skipping System Service test for ARM64 runner or containers.");
process.exit(0);
}