sanitycheck: Let waitpid script kill Xtensa ISS if user hits ctrl+c.
Change-Id: I4a623e55c7e69258d58b2116bd7645d1e83ed274 Signed-off-by: Mazen NEIFER <mazen@nestwave.com>
This commit is contained in:
parent
0dc022f7fa
commit
6683f13c94
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
||||||
# Copyright (c) 2017 Intel Corporation
|
# Copyright (c) 2017 Intel Corporation
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
trap "kill $1" SIGINT
|
||||||
while kill -0 $1 2> /dev/null; do sleep 1; done;
|
while kill -0 $1 2> /dev/null; do sleep 1; done;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue