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/server/test_ende_cpu.sh')
-rw-r--r--tests/server/test_ende_cpu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/server/test_ende_cpu.sh b/tests/server/test_ende_cpu.sh
index bc05803..2cef7c2 100644
--- a/tests/server/test_ende_cpu.sh
+++ b/tests/server/test_ende_cpu.sh
@@ -14,7 +14,7 @@ if [ ! $MRT_MARIAN_USE_MKL ]; then
fi
clean_up() {
- kill $SERVER_PID
+ kill $SERVER_PID || :
}
trap clean_up EXIT