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 7302036 commit fecbb97Copy full SHA for fecbb97
Runner/suites/Platform/systemd/run.sh
@@ -3,7 +3,6 @@
3
# SPDX-License-Identifier: BSD-3-Clause-Clear
4
5
# Function to check if systemd is running with PID 1
6
-directory=$(dirname "$0")
7
8
# Robustly find and source init_env
9
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
@@ -83,7 +82,7 @@ check_systemctl_start() {
83
82
echo "$TESTNAME PASS" > "$res_file"
84
else
85
log_fail "Failed to start service with systemctl command"
86
- echo "$TESTNAME FAIL" > "$res_File"
+ echo "$TESTNAME FAIL" > "$res_file"
87
ANY_SUBTEST_FAILED="true"
88
fi
89
log_info "----------------------------------------------------"
0 commit comments