Skip to content

Commit e6bff18

Browse files
ekurdybxarikgreen
authored andcommitted
fix: move prepare_test_soundfiles after skipping test
Move prepare_test_soundfiles after possible skipping test, to not generate files when not needed. Signed-off-by: Emilia Kurdybelska <emiliax.kurdybelska@intel.com>
1 parent c7544f4 commit e6bff18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-case/check-selector-play.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ run_tests()
119119
main()
120120
{
121121
init_globals
122-
prepare_test_soundfiles
123122
check_tplg
124123

125124
start_test
126125

127126
if [[ "$tplg" != *nocodec* ]]; then
128127
skip_test "Skipping: test currently supported for NO-CODEC platforms only"
129128
fi
129+
prepare_test_soundfiles
130130

131131
logger_disabled || func_lib_start_log_collect
132132

0 commit comments

Comments
 (0)