From: David Smith Date: Wed, 25 Oct 2017 13:26:19 +0000 (-0500) Subject: Add a minor update to systemtap.stress/tapset_functions.exp. X-Git-Tag: release-3.3~210 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=a49ae3bb3480f8c4a61426eb7c290f240d888735;p=systemtap.git Add a minor update to systemtap.stress/tapset_functions.exp. * 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. --- diff --git a/testsuite/systemtap.stress/tapset_functions.exp b/testsuite/systemtap.stress/tapset_functions.exp index 94017f726..5a108baa9 100644 --- a/testsuite/systemtap.stress/tapset_functions.exp +++ b/testsuite/systemtap.stress/tapset_functions.exp @@ -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