From 8a0dc35ee2dc6164e30e0a4c664768066db047e0 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 23 Feb 2008 22:33:55 +0000 Subject: 2008-02-23 Frank Ch. Eigler * systemtap.printf/*.exp: Canonicalize pass/fail messages. --- testsuite/systemtap.printf/mixed_out.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.printf/mixed_out.exp') diff --git a/testsuite/systemtap.printf/mixed_out.exp b/testsuite/systemtap.printf/mixed_out.exp index 6967f815..093a8ca1 100644 --- a/testsuite/systemtap.printf/mixed_out.exp +++ b/testsuite/systemtap.printf/mixed_out.exp @@ -18,12 +18,12 @@ if {[catch {exec stap -DMAXACTION=100000 -o $tmpfile $tpath} res]} { } if {[catch {exec cmp $tmpfile $srcdir/$subdir/large_output} res]} { - fail "$TEST_NAME failed" + fail $TEST_NAME puts "$res" catch {exec rm -f $tmpfile} return } -pass "$TEST_NAME passed" +pass $TEST_NAME catch {exec rm -f $tmpfile} -- cgit