From e2a4849c826900cf257a9ee471d363fd63db3927 Mon Sep 17 00:00:00 2001 From: cgeoffroy Date: Wed, 12 Apr 2017 10:48:34 +0200 Subject: [PATCH] Stricter cleanup --- utils/ci/check_manual_usage_example.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 2d43e36..9d8b55d 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh @@ -51,7 +51,8 @@ if ! timeout --version; then timeout --version fi # Initial cleanup -pkill -f 'SCREEN -L -S sonemu' || true +pkill --signal KILL -f 'SCREEN -L -S sonemu' || true +sleep 1s screen -wipe || true rm -f screenlog.0 -- 2.25.1