1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix parallel build against test-sphinx_fe.sh
---
test/regression/test-sphinx_fe-ctl.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/test/regression/test-sphinx_fe-ctl.sh
+++ b/test/regression/test-sphinx_fe-ctl.sh
@@ -55,6 +55,6 @@ run_program sphinx_cepview/sphinx_cepvie
-i 13 \
-d 13 \
-f chan3.wav.mfc \
-> test-sphinx_fe.cepview 2>>$tmpout
+> test-sphinx_fe-ctl.cepview 2>>$tmpout
-compare_table "WAVE2FEAT test" test-sphinx_fe.cepview $tests/regression/chan3.cepview 0.1
+compare_table "WAVE2FEAT test" test-sphinx_fe-ctl.cepview $tests/regression/chan3.cepview 0.1
|