We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecbb97 commit e0a1e81Copy full SHA for e0a1e81
Runner/suites/Platform/systemd/run.sh
@@ -2,8 +2,6 @@
2
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
3
# SPDX-License-Identifier: BSD-3-Clause-Clear
4
5
-# Function to check if systemd is running with PID 1
6
-
7
# Robustly find and source init_env
8
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
9
INIT_ENV=""
@@ -32,6 +30,7 @@ fi
32
30
33
31
ANY_SUBTEST_FAILED="false"
34
+# Function to check if systemd is running with PID 1
35
36
check_systemd_pid() {
37
TESTNAME="CheckSystemdPID"
0 commit comments