From ca3abe3ca339a4e94f3e4023c0e645754ff6625e Mon Sep 17 00:00:00 2001 From: kangping Date: Sat, 25 Jul 2020 18:56:55 +0800 Subject: [PATCH] add comment for the pkill command --- tests/integration/test_cli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_cli.sh b/tests/integration/test_cli.sh index d0f6f3a1b..c14f4b292 100755 --- a/tests/integration/test_cli.sh +++ b/tests/integration/test_cli.sh @@ -68,6 +68,7 @@ test_cancel_command() { send_command_to_commissioner "borderagent discover" "CANCELLED" & sleep 1 + ## send SIGINT to the commissioner CLI to cancel outstanding requests ('borderagent discover' in this case). pkill --signal SIGINT "${COMMISSIONER_CLI}" stop_commissioner