diff options
| author | Dave Brolley <brolley@redhat.com> | 2009-07-08 12:01:45 -0400 |
|---|---|---|
| committer | Dave Brolley <brolley@redhat.com> | 2009-07-08 12:01:45 -0400 |
| commit | bdf70a5d466fa9c1559a93ab71603981f1c0d753 (patch) | |
| tree | 9dcacb67e60b3754129ff8b484878a994f6a7f75 /testsuite | |
| parent | 271691992a2e790cfa40df61b42de38be75d0677 (diff) | |
| parent | 619d9aaf011c975159a79d34259083a596162bf1 (diff) | |
| download | systemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.tar.gz systemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.tar.xz systemtap-steved-bdf70a5d466fa9c1559a93ab71603981f1c0d753.zip | |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite')
| -rw-r--r-- | testsuite/systemtap.exelib/exelib.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/systemtap.exelib/exelib.exp b/testsuite/systemtap.exelib/exelib.exp index d3ade2b6..c4ca8fc0 100644 --- a/testsuite/systemtap.exelib/exelib.exp +++ b/testsuite/systemtap.exelib/exelib.exp @@ -95,10 +95,10 @@ foreach arch $arches { set res [target_compile $testsrclib $testso executable $testlibflags] if { $res != "" } { verbose "target_compile for $testso failed: $res" 2 - fail "$libname compile $testsrclib" + fail "$libname compile [file tail $testsrclib]" return } else { - pass "$libname compile $testsrclib" + pass "$libname compile [file tail $testsrclib]" } # seperate debuginfo before prelinking @@ -147,10 +147,10 @@ foreach arch $arches { set res [target_compile $testsrc $testexe executable $testexeflags] if { $res != "" } { verbose "target_compile for $testexe failed: $res" 2 - fail "$exename compile $testsrc" + fail "$exename compile [file tail $testsrc]" return } else { - pass "$exename compile $testsrc" + pass "$exename compile [file tail $testsrc]" } if {$exedebug == "sep"} { |
