Skip to content

Commit 09a6630

Browse files
committed
Run test on CI for .NET Client
1 parent f2a82f7 commit 09a6630

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

taskcluster/tc-asserts.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,9 @@ run_multi_inference_tests()
526526

527527
run_hotword_tests()
528528
{
529+
DS_BINARY_FILE=${DS_BINARY_FILE:-"deepspeech"}
529530
set +e
530-
hotwords_decode=$(${DS_BINARY_PREFIX}deepspeech --model ${TASKCLUSTER_TMP_DIR}/${model_name_mmap} --scorer ${TASKCLUSTER_TMP_DIR}/kenlm.scorer --audio ${TASKCLUSTER_TMP_DIR}/${ldc93s1_sample_filename} --hot_words "foo:0.0,bar:-0.1" 2>${TASKCLUSTER_TMP_DIR}/stderr)
531+
hotwords_decode=$(${DS_BINARY_PREFIX}${DS_BINARY_FILE} --model ${TASKCLUSTER_TMP_DIR}/${model_name_mmap} --scorer ${TASKCLUSTER_TMP_DIR}/kenlm.scorer --audio ${TASKCLUSTER_TMP_DIR}/${ldc93s1_sample_filename} --hot_words "foo:0.0,bar:-0.1" 2>${TASKCLUSTER_TMP_DIR}/stderr)
531532
status=$?
532533
set -e
533534
assert_correct_ldc93s1_lm "${hotwords_decode}" "$status"

0 commit comments

Comments
 (0)