diff options
author | William Cohen <wcohen@redhat.com> | 2009-06-24 09:37:51 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-06-24 09:37:51 -0400 |
commit | 9cb00f47af5b4feb20df8d747ba9ecc683c26aa6 (patch) | |
tree | f4d834770a06e0e5d887cb8a409f0c774d3e193d /testsuite/systemtap.exelib/ustack.tcl | |
parent | 174eae80fcdcdc6bfd002e82d919259fe46b1149 (diff) | |
parent | f77540fe71e8237942fe28cc3c2ffd5ad9f10a8d (diff) | |
download | systemtap-steved-9cb00f47af5b4feb20df8d747ba9ecc683c26aa6.tar.gz systemtap-steved-9cb00f47af5b4feb20df8d747ba9ecc683c26aa6.tar.xz systemtap-steved-9cb00f47af5b4feb20df8d747ba9ecc683c26aa6.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.exelib/ustack.tcl')
-rw-r--r-- | testsuite/systemtap.exelib/ustack.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.exelib/ustack.tcl b/testsuite/systemtap.exelib/ustack.tcl index b70b8334..07dcec10 100644 --- a/testsuite/systemtap.exelib/ustack.tcl +++ b/testsuite/systemtap.exelib/ustack.tcl @@ -7,6 +7,9 @@ lib: lib_func=lib_func lib: lib_func=lib_func lib: lib_func=lib_func} +# BUG XXX PR10323 skip all prelink scenarios for now. +if {[string match "*prelink*" "$testname"]} { return } + # Only run on make installcheck if {! [installtest_p]} { untested "ustack-$testname"; return } if {! [utrace_p]} { untested "ustack-$testname"; return } |