We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3783dde commit 7cd17e8Copy full SHA for 7cd17e8
1 file changed
Runner/suites/Multimedia/GSTreamer/Audio/Audio_Record_Playback/run.sh
@@ -148,7 +148,7 @@ for param in AUDIO_DURATION AUDIO_GST_DEBUG GST_DEBUG_LEVEL; do
148
fi
149
done
150
151
-# shellcheck disable=SC2317
+# shellcheck disable=SC2317,SC2329
152
cleanup() {
153
# Best-effort: try to kill only children first; fall back to name-based kill
154
if ! pkill -P "$$" -x gst-launch-1.0 >/dev/null 2>&1; then
0 commit comments