Kill the 'sleep' process as well 00/107100/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 30 Apr 2020 14:05:24 +0000 (07:05 -0700)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 4 May 2020 06:59:44 +0000 (23:59 -0700)
ROP_file_creator.sh spawns 'sleep' cmd as a child
hence it needs to be killed as well on clean up.

Change-Id: Ic2007e710b6efa0028ebd239f26b7eff6a9e04ea
Issue-ID: INT-1577
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
test/mocks/mass-pnf-sim/clean.sh

index 28df0ef..7ba25e4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-killall ROP_file_creator.sh
+killall ROP_file_creator.sh sleep
 
 docker stop $(docker ps -aq); docker rm $(docker ps -aq)