summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/merge-sigusr.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/merge-sigusr.test')
-rw-r--r--compiler-rt/test/fuzzer/merge-sigusr.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/merge-sigusr.test b/compiler-rt/test/fuzzer/merge-sigusr.test
index 44448ca29e6..1b16d3ccf83 100644
--- a/compiler-rt/test/fuzzer/merge-sigusr.test
+++ b/compiler-rt/test/fuzzer/merge-sigusr.test
@@ -22,7 +22,8 @@ RUN: sleep 3
RUN: cat %t/log | FileCheck %s
RUN: grep C2/g %t/MCF
RUN: grep STARTED %t/MCF
-RUN: tail -n 1 %t/MCF | grep DONE
+RUN: tail -n 2 %t/MCF | grep FT
+RUN: tail -n 1 %t/MCF | grep COV
CHECK: INFO: signal received, trying to exit gracefully
CHECK: INFO: libFuzzer: exiting as requested
OpenPOWER on IntegriCloud