summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf/mixed_out.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.printf/mixed_out.exp')
-rw-r--r--testsuite/systemtap.printf/mixed_out.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.printf/mixed_out.exp b/testsuite/systemtap.printf/mixed_out.exp
index 3b66e7c0..55320e80 100644
--- a/testsuite/systemtap.printf/mixed_out.exp
+++ b/testsuite/systemtap.printf/mixed_out.exp
@@ -11,8 +11,8 @@ if {[catch {exec mktemp -t staptestXXXXXX} tmpfile]} {
}
if {[catch {exec stap -DMAXACTION=100000 -o $tmpfile $tpath} res]} {
- untested $TEST_NAME
- puts "$res"
+ fail $TEST_NAME
+ puts "stap failed: $res"
catch {exec rm -f $tmpfile}
return
}