]> sourceware.org Git - systemtap.git/commitdiff
Tweak process_resume.exp to better ignore the number of getpid calls.
authorDavid Smith <dsmith@redhat.com>
Thu, 9 Feb 2017 19:29:05 +0000 (13:29 -0600)
committerDavid Smith <dsmith@redhat.com>
Thu, 9 Feb 2017 19:29:05 +0000 (13:29 -0600)
testsuite/systemtap.base/process_resume.exp

index 0cb4a4322efe21cbbe89738db3478c6619d2a5a7..5cf7f4e2acba9abec54ce3ee9e311b03854cadb2 100644 (file)
@@ -31,7 +31,7 @@ set getpid_script {
        printf("getpid calls = %d\n", getpid_calls) }
 }
 # Notice we don't care how many getpid() calls we see.
-set getpid_script_output "getpid calls = \[0-9\]\r\n"
+set getpid_script_output "getpid calls = \[0-9\]+\r\n"
 
 set end_script {
     global end_probes_fired = 0
This page took 0.031035 seconds and 5 git commands to generate.