From a826da17cdfa4586f66b9d3350e10d6799609a88 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 30 Aug 2018 17:22:09 +0200 Subject: Silence all outputs of kill command Because may the users doesn't set to exit the binder at the end in the LUA so it has to be killed by the script. Then every case are covered. Change-Id: I3967b296ca8eafc65bb8109c57d2b8b2de582583 Signed-off-by: Romain Forlot --- test/afb-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/afb-test.sh b/test/afb-test.sh index b30ffcc..cd722cc 100755 --- a/test/afb-test.sh +++ b/test/afb-test.sh @@ -5,7 +5,7 @@ trap "cleanup 0" EXIT cleanup() { trap '' SIGINT SIGTERM SIGABRT SIGHUP EXIT - kill $AFTESTPID + kill $AFTESTPID > /dev/null 2>&1 rm -f $AFTESTSOCKET pkill $PROCNAME exit $1 -- cgit 1.2.3-korg