forked from OSchip/llvm-project
[libFuzzer] Also kill parent process in merge-siguser.test.
llvm-svn: 360840
This commit is contained in:
parent
69e927662d
commit
d5529629fb
|
@ -18,6 +18,7 @@ RUN: echo g > %t/C2/g
|
|||
RUN: %run %t/LFSIGUSR -merge=1 -merge_control_file=%t/MCF %t/C1 %t/C2 2>%t/log & export PID=$!
|
||||
RUN: sleep 3
|
||||
RUN: pkill -SIGUSR2 -P $PID
|
||||
RUN: kill -SIGUSR2 $PID
|
||||
RUN: sleep 3
|
||||
RUN: cat %t/log | FileCheck %s
|
||||
RUN: grep C2/g %t/MCF
|
||||
|
|
Loading…
Reference in New Issue