diff options
Diffstat (limited to 'testsuite/systemtap.printf/out2.exp')
-rw-r--r-- | testsuite/systemtap.printf/out2.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.printf/out2.exp b/testsuite/systemtap.printf/out2.exp index 36d5d443..7b312b11 100644 --- a/testsuite/systemtap.printf/out2.exp +++ b/testsuite/systemtap.printf/out2.exp @@ -18,12 +18,12 @@ if {[catch {exec stap -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} |