Skip to content

Commit e0a1e81

Browse files
authored
Update run.sh
Fixed comments line Signed-off-by: Abhi Sinha <82981432+avisinone@users.noreply.github.com>
1 parent fecbb97 commit e0a1e81

File tree

1 file changed

+1
-2
lines changed
  • Runner/suites/Platform/systemd

1 file changed

+1
-2
lines changed

Runner/suites/Platform/systemd/run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
33
# SPDX-License-Identifier: BSD-3-Clause-Clear
44

5-
# Function to check if systemd is running with PID 1
6-
75
# Robustly find and source init_env
86
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
97
INIT_ENV=""
@@ -32,6 +30,7 @@ fi
3230

3331
ANY_SUBTEST_FAILED="false"
3432

33+
# Function to check if systemd is running with PID 1
3534

3635
check_systemd_pid() {
3736
TESTNAME="CheckSystemdPID"

0 commit comments

Comments
 (0)