| commit | e2a4849c826900cf257a9ee471d363fd63db3927 | [log] [tgz] |
|---|---|---|
| author | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Wed Apr 12 10:48:34 2017 +0200 |
| committer | cgeoffroy <geoffroy.chollon@thalesgroup.com> | Wed Apr 12 11:17:00 2017 +0200 |
| tree | 2cab915d6e76ab3cfcf3d90d0d9463866a6bd01f | |
| parent | ee5179f161d10b35a8a73f495ca3692fda9b2e71 [diff] |
Stricter cleanup
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 @@ 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