Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/models/wnmt18/test_student_small_aan.sh')
-rw-r--r--tests/models/wnmt18/test_student_small_aan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/models/wnmt18/test_student_small_aan.sh b/tests/models/wnmt18/test_student_small_aan.sh
index cfa53f1..73f3fd7 100644
--- a/tests/models/wnmt18/test_student_small_aan.sh
+++ b/tests/models/wnmt18/test_student_small_aan.sh
@@ -18,7 +18,7 @@ cat newstest2014.in | $MRT_MARIAN/build/marian-decoder \
--shortlist $MRT_MODELS/wnmt18/lex.s2t 100 75 --cpu-threads=1 --skip-cost --max-length-factor 1.2 \
> student_small_aan.out
-diff student_small_aan.out student_small_aan.expected > student_small_aan.diff
+$MRT_TOOLS/diff.sh student_small_aan.out student_small_aan.expected > student_small_aan.diff
# Exit with success code
exit 0