]> sourceware.org Git - systemtap.git/commitdiff
Add a minor update to systemtap.stress/tapset_functions.exp.
authorDavid Smith <dsmith@redhat.com>
Wed, 25 Oct 2017 13:26:19 +0000 (08:26 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 25 Oct 2017 13:26:19 +0000 (08:26 -0500)
* testsuite/systemtap.stress/tapset_functions.exp: Change the name of the
  "testscript" test to "tapset_functions testscript" test so its name
  sticks out a bit more on failure.

testsuite/systemtap.stress/tapset_functions.exp

index 94017f7264c2283c165f63bfa6f005d879f65bab..5a108baa9c22c1fa4fdafe6a862dc322acf86901 100644 (file)
@@ -259,9 +259,9 @@ if { !$debugmode } {
     dmesg_snap
     set rc [catch {eval exec "stap -g $opts testscript.stp 2>@1"} msg]
     if {$rc == 0} {
-        pass "testscript"
+        pass "tapset_functions testscript"
     } else {
-        fail "testscript"
+        fail "tapset_functions testscript"
         verbose -log "$msg"
     }
     dmesg_check
This page took 0.025974 seconds and 5 git commands to generate.