From b135793ac55fb261ef39c028bdea644fe4f17be9 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Wed, 28 Aug 2024 12:02:59 +0000 Subject: [PATCH] fix --- tests/unit/ci.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/unit/ci.sh b/tests/unit/ci.sh index 72943dc03..cb273d6f6 100644 --- a/tests/unit/ci.sh +++ b/tests/unit/ci.sh @@ -1,6 +1,11 @@ function main(){ speech_ci_path=`pwd` + echo "Start cli" + cd ${speech_ci_path}/cli + source path.sh + bash test_cli.sh + echo "End cli" echo "Start asr" cd ${speech_ci_path}/asr @@ -21,12 +26,6 @@ function main(){ cd ${speech_ci_path}/vector python test_augment.py echo "End Vector" - - echo "Start cli" - cd ${speech_ci_path}/cli - source path.sh - bash test_cli.sh - echo "End cli" } main