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/decoder/intgemm/update_expected_outputs.sh')
-rw-r--r--tests/decoder/intgemm/update_expected_outputs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/decoder/intgemm/update_expected_outputs.sh b/tests/decoder/intgemm/update_expected_outputs.sh
index d0f31e3..60aacec 100644
--- a/tests/decoder/intgemm/update_expected_outputs.sh
+++ b/tests/decoder/intgemm/update_expected_outputs.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -x
# Script for re-generatting expected outputs and BLEU scores for CPUs with
# avx/avx2/avx512 architectures after running regression tests.
@@ -11,7 +11,7 @@
# 3. Run `bash update_expected_outputs.sh avx2` from this directory
# 4. Add and commit *.expected* files
-[[ $# -eq 1 ]] || (echo "This script must take avx/avx2/avx512 as the first argument" && exit 1)
+[[ $# -ne 1 ]] && { echo "This script must take avx/avx2/avx512 as the first argument"; exit 1; }
avx=$1