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:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2021-05-25 12:49:34 +0300
committerRoman Grundkiewicz <rgrundkiewicz@gmail.com>2021-05-25 12:49:34 +0300
commit2a6722b5059e5f1acce7f78b7a6c943b34e16178 (patch)
tree09ef1e2715acfa4505c640f46dac32e33fc849fa /tests/server/test_ende_cpu.sh
parent7d612ca5e4b27a76f92584dad76d240e34f216d0 (diff)
Always succeed in server clean ups
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