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/scorer/scores/test_scores_cpu.sh')
-rw-r--r--tests/scorer/scores/test_scores_cpu.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scorer/scores/test_scores_cpu.sh b/tests/scorer/scores/test_scores_cpu.sh
index 2c69898..e19cc5d 100644
--- a/tests/scorer/scores/test_scores_cpu.sh
+++ b/tests/scorer/scores/test_scores_cpu.sh
@@ -8,8 +8,8 @@
# Exit on error
set -e
-# Skip if no MKL found
-if [ ! $MRT_MARIAN_USE_MKL ]; then
+# Skip if no CPU found
+if [ ! $MRT_MARIAN_USE_CPU ]; then
exit 100
fi