Skip to content

Commit 1ffc3c0

Browse files
committed
AudioPlayback: source lib_video.sh to enable video_step
- Add `. "$TOOLS/lib_video.sh"` after audio_common sourcing. - Fixes runtime error: `video_step: not found` on AudioPlayback runs. - Reuses existing video helpers (e.g., video_step) for consistent logging. Signed-off-by: Srikanth Muppandam <[email protected]>
1 parent 87c0b78 commit 1ffc3c0

File tree

1 file changed

+2
-0
lines changed
  • Runner/suites/Multimedia/Audio/AudioPlayback

1 file changed

+2
-0
lines changed

Runner/suites/Multimedia/Audio/AudioPlayback/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ fi
3838
. "$TOOLS/functestlib.sh"
3939
# shellcheck disable=SC1091
4040
. "$TOOLS/audio_common.sh"
41+
# shellcheck disable=SC1091
42+
. "$TOOLS/lib_video.sh"
4143

4244
TESTNAME="AudioPlayback"
4345
RES_FILE="./${TESTNAME}.res"

0 commit comments

Comments
 (0)