]> sourceware.org Git - systemtap.git/commitdiff
PR23875 test fixup :: should exit()
authorSerhei Makarov <smakarov@redhat.com>
Tue, 26 Mar 2019 17:00:45 +0000 (13:00 -0400)
committerSerhei Makarov <smakarov@redhat.com>
Tue, 26 Mar 2019 17:12:38 +0000 (13:12 -0400)
testsuite/systemtap.bpf/bpf_tests/pr23875_loop.stp

index 5912ebf8c6f3013e5abede929497d30f782e6ae4..ba47be11bcc98b052c7c43b0e150c44e7e9492fc 100644 (file)
@@ -3,6 +3,7 @@ global t
 probe begin {
   println("BEGIN")
   t["key"] = 6
+  exit()
 }
 
 probe end {
This page took 0.027502 seconds and 5 git commands to generate.